mdicontainer in mdicontainer?

  • Thread starter Thread starter 2003et
  • Start date Start date
2

2003et

Is it possible to use nested MDIContainers?

In Visual C#, I want to use another MdiContainer in a MdiContainer.

But it gives error, saying that an MdiContainer cannot be child at the same
time....

Thanks in advance!

E.T.
 
Is it possible to use nested MDIContainers?

In Visual C#, I want to use another MdiContainer in a MdiContainer.

But it gives error, saying that an MdiContainer cannot be child at the
same time....

Thanks in advance!

This is NOT supported in .NET 1.0, 1.1

--
------ooo---OOO---ooo------

Peter Koen - www.kema.at
MCAD CAI/RS CASE/RS IAT

------ooo---OOO---ooo------
 
2003et,

I doubt it will be supported in later versions, and to be honest, I
don't think it should be. I have never seen a UI that has this kind of
interface, and I think that it does nothing but confuse the user.
 
Back
Top