I am shamelessly trying to copy "someone's" idea of a MainForm.
My intention is to get rid of the MenuStrip and use the ThemedToolStrip instead. So far, so good. But now I got to the "Window" item, which will show the opened MDI windows list.
Now I would need to have a "Window" ToolStripDropDownButton to behave in the same way as the MenuStrip MdiWindowListItem. Would that be too difficult to implement?
Cheers.
Type.GetType("MyNamespace.frmMyFormName")
Hi Ben,
Thanks for the explanation. Using
If I were to use the ReolveForm solution, I would then have to make an entry in the Case statement for every form I add to the project and all I am trying to do is to have all forms identified in a Item.Tag so I don't have to manually remember to keep adding it to the Case statement. Thanks again!!!