This is for C# and I am working in a Windows 7 environment with Visual Studio Express 2010. I have an application where I have a toolstripcontainer dock set to fill so users can add toolstrips on any edge. The problem was that the toolstripcontainer has covered the that I want to use for holding sub-windows. The primary form containing the toolstripcontainer has been set as an mdi parent. I found this article useful in getting the sub-windows into the container: How to uses a ToolStripContainer whith Dock=Fill on a MDI parent?
However, sub-windows done in this way don't seem to behave as they should in the 'native' MDI environment. The boarders look as though the windows 7 Aero effect has been disabled and minimising the sub-window makes it disappear entirely.
Essentially I want an MDI area for sub-windows surrounded by toolstrip docking areas.
Thanks a lot for your help