Results 1 to 4 of 4

Thread: How do you create a menu under a menu under a menu and so on.. ? Confused?

  1. #1
    Guest

    Exclamation

    Ok right now im using a custom control to display my favorites in the menu at the top. I made the code but the control has a different way of featuring a fake menu at the top of the program that makes it easier to create sub items off of menu items. I want to know how would I go about creating multiple menu's under menus..

    Like in the favorites of Internet Exploerer you have Favorites --> VisualBasic --> VB Sites --> VB World

    Something like that... So you would click on Favorites and then on Visual Basic and then on VbSites and under vb sites is the link to VB world..I know you can create a menu array but that only does one level. I dont know how to do multiple levels. I do think there is a way to add menu items with api..Any help?

  2. #2
    Guest
    Code:
    Load mnuSub(mnuSub.Count)   ' Loads another menu
    Any questions? Megatron will prolly be along to help .

    [Edited by Matthew Gates on 06-28-2000 at 04:37 PM]

  3. #3
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472
    Nevermind

  4. #4
    Guest
    That will load another menu under a already menu array?

    Heres what im trying to do.. Im trying to duplicate the favorites menu under Internet Explorer !!

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