I want to create my popup menu at run time, depending on where the user right-click and the options checked. How can I do that, resetting the menu, and then add all elements needed ?
Printable View
I want to create my popup menu at run time, depending on where the user right-click and the options checked. How can I do that, resetting the menu, and then add all elements needed ?
make the menu item an array, then load it as you would always load a control array, Load MenuItem(Ubound(MenuItem)+1)
but how can I create them ??? Show me some code please ...
would you need submenus as well?
Actually, the array your talking about is a submenu. So, yes it is but does is really matters ???