Mdi container other than form

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

Hi all,

I'd like to have my MdIChildren contained in a panel of a
SplitterContainer, instead of directly contained by the main form. Any
tips on how I can acomplish this? I don't want to use the CAB.. that's
overkill for my needs.

Thanks
Andy
 
Why would you use a form then as a MDI child. Use a usercontrol and add it
to the Controls collection of the splitcontainer's panel.
 
Because i still want it to be its own self contained window, which the
main form doesn't have to manage.

Think VS2005; its still a MDI application. I found a solution though;
using a dock manager.
 
Back
Top