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.
Your main form looks really good. I too was first thinking of a toolstrip dropdown that would show the open windows. Now i have decided to use a panel like yours and the one from Practice Studio, so i can use it to show some more info. I do however have issues with this (read - it doesn't look the way i want it)
Can you describe how you did your panel and lists?
TIA.
/Teddy
Public Sub New() _MdiClient.BackColor = Color.White Me.Controls.Add(_MdiClient)End Sub