MDI Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've been checking a lot of sources on this, but can't find anything that
says whether this can be done or not. Is it possible to have an MDIContainer
form with an MDIChild that is also an MDIContainer with child forms of its
own? If you could point me to some definitive source on this as well, I'd
appreciate that. Thanks!
 
You could always try it.

If it works then you can - If it doesn't work then you can't.
 
Bagger said:
I've been checking a lot of sources on this, but can't find anything that
says whether this can be done or not. Is it possible to have an
MDIContainer
form with an MDIChild that is also an MDIContainer with child forms of its
own?

That's not supported. An MDI child cannot act as MDI container.
 
Back
Top