MENU 
Author Message
 MENU

How do I add dynamically menu items on my form


Mon, 22 Jul 2002 03:00:00 GMT  
 MENU
Have a menu item with Index of 0 then Load new instances

Private Sub Command1_Click()
Dim i As Integer

    i = mnuMenuItem.Count
    Load mnuMenuItem(i)
End Sub



Mon, 22 Jul 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. menus and sub-menus and sub-sub-menus

2. show a shortcut menu / popup menu / context menu

3. Multi-select Menu or Permanent Menu and MDI_CHILD Menu Handle

4. menus - how to create dropdown menus

5. Disable one of menus in custom menu

6. Adding Menu item to the Mail item menu from an outlook Addin

7. Access 2000: add menu to main menu bar

8. Need Help: Trouble adding a custom menu pick to a custom popup menu in VBA

9. Adding Menu item to the Mail item menu from an outlook Addin

10. Howto add a menu to right-click menu for an item

11. Adding Menu Item to Inspector Menu

12. When adding second menu item to custom menu it appears greyed out

 

 
Powered by phpBB® Forum Software