Click to See Complete Forum and Search --> : How do I design a context menu (Popup menu) in VB?


September 16th, 1999, 06:15 AM
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.

Lothar Haensler
September 16th, 1999, 06:19 AM
create your popup menu like a "normal" menu.
Then, when you want to display the popup menu, call VB's popupmenu function