How to add an mdi container within a panel

B

bparsons

I have an app where i'm using a split container and within one of the
panels I want to have a MDI container. I created a form, set it's
ismdicontainer property to true, and set it's parent to the panel that
I want it to show up in. Of course I get the exception that I cannot
add a top level window as a parent. So then I set the mdi container's
toplevel property to false, but then I get the exception saying that a
mdi container must be top level ..... now that's the end of the road
for me, i'm throwing my hands up in the air. Is there any way I can
accomplish this? Surely there is.

Thanks in advance!

Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top