How do I use the ToolStripContainer whith Dock = Populate Parent MDI? ... When I drop the ToolStripContainer into the parent MDI and pop it up to the Dock property, it hides all MDI files.
thank...
try adding MDI child form to ToolStripContainer :
ToolStripContainer
toolStripContainer1.ContentPanel.Controls.Add(frm);
MDILayout doesn't work on child forms