CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2000
    Location
    Italy
    Posts
    4

    Dynamic Menubar at runtime

    Does anyone know how to create a dynamic menubar at runtime, reading all menuitems from a sequential file?
    Suggestions will be appreciate, but if there are some kind of Activex to make this, they are welcome. :O)

    Thanks to all will help me.



  2. #2
    Join Date
    Aug 1999
    Location
    Pakistan
    Posts
    366

    Re: Dynamic Menubar at runtime

    Have you tried the Load Method.You can Load a menu if you create its first Member in the Menu Editor and then use the Load (mnuMenutoLoad) command.
    Hope this helps



  3. #3
    Join Date
    Feb 2000
    Location
    Belgium
    Posts
    27

    Re: Dynamic Menubar at runtime

    You can use the popupmenu.dll at vbaccelerator.com
    Very nice dll which comes with good example


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured