Hi,
Can someone assist me how can i create menus in VB at runtime.. Code help will be appreciated..
THanks....
Printable View
Hi,
Can someone assist me how can i create menus in VB at runtime.. Code help will be appreciated..
THanks....
Welcome to the forums.
Search for Menu + runtime. Plenty of examples using APIs.
Although this will be allot of work. Runtime menu creation means
that you will have to create an OwnerDrawn menu and subclass
it.
You cant create the menu in design time with just the top level
menuitems as arrays and then use the Load mnuFile(1)
method for ex.?