|
-
Jun 28th, 2000, 03:27 AM
#1
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?
-
Jun 28th, 2000, 03:32 AM
#2
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]
-
Jun 28th, 2000, 03:35 AM
#3
Hyperactive Member
-
Jun 28th, 2000, 04:06 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|