Hello:
On a MDIChild if I set the menuStrip Visible to false, it will show up on the MDIParent and that is what I want. Now I would like to do the same thing for the toolStrip. Is this possible? Do I have to do it in a special way?
Loading
Sam HobbsPosted Mar 9, 2010, 2:57 AM
GustavoPosted Mar 8, 2010, 8:07 PM
I found what I needed. Its a pain in search for what you need, if you dont use the correct words.
ToolStripManager.Merge(Me.ToolStrip, MyParent.ToolStrip)
BTW: When I answer a post myself, how can I flag it as answered?