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?