|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ToolStripContainer and MDI applications?Hi,
I have an MDI container form (Form1) that has a MenuStrip and a ToolStrip embedded in a ToolStripContainer. Form1.MainMenuStrip is set to MenuStrip1. The "Content" part has a ToolStripPanel docked to Fill the entire space. I guess this is a pretty normal setup. The problem is that all Mdi childs are invisible. They open up under the ToolStripContainer, making them invisible. What am I doing wrong? I open the Mdi childs like this: Form2 frm = new Form2(); frm.MdiParent = this; frm.Show(); Thanks a lot for your help! Oops! Sorry! Wrong group. Totally sorry.
"Carl Mercier" <info@carl-mercier_no_spam_pleeze_.com> a écrit dans le message de news: eo0vnvjuFHA.3***@TK2MSFTNGP12.phx.gbl...Show quote > Hi, > > I have an MDI container form (Form1) that has a MenuStrip and a ToolStrip > embedded in a ToolStripContainer. Form1.MainMenuStrip is set to > MenuStrip1. The "Content" part has a ToolStripPanel docked to Fill the > entire space. I guess this is a pretty normal setup. > > The problem is that all Mdi childs are invisible. They open up under the > ToolStripContainer, making them invisible. > > What am I doing wrong? I open the Mdi childs like this: > > Form2 frm = new Form2(); > frm.MdiParent = this; > frm.Show(); > > Thanks a lot for your help! > |
|||||||||||||||||||||||