Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How are pop-up menus handled in .NET

Status
Not open for further replies.
That's a broad question. Could you be more specific? For instance, where do you want to pop this menu from?

__________________________________________
Try forum1391 for lively discussions
 
In a program I wrote in vb6, I created a menu with the menu editor and created a menu but did not attach it to anything.
Now in my textbox, or grid or whatever, I checked for a right mouse click and call PopupMenu mnuFile.

.NET does not reconize PopupMenu. There is a PopupMenu command, but do I need to subclass to use it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top