How to create a pop up menu in VB.NET?
Printable View
How to create a pop up menu in VB.NET?
use a context menu
use the Show method of the context menu to show it
set the ContextMenu property of a control to your menu if you want the menu to popup automatically (if the control has that proeprty)
buy a book :)