context menus

add a context menu to the form, click on it then in the top left side of the form you'll see "click here" and you build them like just like a main menu, when you'e got the menu item's all named and what not, just double click on them to code the click event (again, just like a main menu)

now all you've gotta do is assign it to whatever items you want (the main form, labels, textbox's, etc..) by selecting your context menu on the control's Context menu property
 
Back
Top