How do I design a context menu (Popup menu) in VB?
Hi,
I want to design a popup menu for a form in VB. I already have a menu for the form. This menu is displayed below the title bar. When I try to use the Menu Editor, it only lets me edit this menu. I want to design a new menu which will popup like a context menu. How do I do this?
Any help would be greatly appreciated.
Re: How do I design a context menu (Popup menu) in VB?
create your popup menu like a "normal" menu.
Then, when you want to display the popup menu, call VB's popupmenu function