ToolStripMenuItem: Trying to create a Control for a ToolStripMenuItem...
Hello:
I have a MDIParent & MDIChild. I am putting all my Controls in a class called ClasControl.
I can not figure out how to find where to put the Click of the ToolStripMenuItem.
I have others in the ClassControl (TextBox, ComboBox and a bunch more) and they work.
Is there something special that I have to look for?