Question How To Merge Toolstrip Items in VS2008/3.5

hshot_rooke

New member
Joined
Sep 4, 2008
Messages
4
Programming Experience
5-10
Hello everyone

I'm developing a Windows Form Application with a parent MDI and multiple children. I'm having a really difficult time finding anything on the internet about merging Parent Toolstrip buttons and Children Toolstrip Buttons.

I have a toolstrip on the MDI parent. I also have a toolstrip on each of the MDI children. All the children are loading up fine inside the MDI parent, but absolutely none of the functionality of merging toolstrip items/buttons is working.

I have done multiple searches on the net to find information with no luck. I keep seeing "toolstripmanager" or "toolstrippanel", but I'm not sure if this applies to Visual Studio 2008 on framework 3.5.

Can anyone give me some tips on how to accomplish toolstrip merging? or direct me to a source/tutorial on the internet?
 
Back
Top