Home All Groups Group Topic Archive Search About

Is MDI supported by .Net?

Author
16 Jan 2006 7:08 AM
Dave
I'm just getting started in .Net. A friend has told me that .Net does not
directly support an MDI interface, and that it uses a VB6 library wrapper to
work. Is this true?

Author
16 Jan 2006 7:37 AM
Cor Ligthert [MVP]
Dave,

> I'm just getting started in .Net. A friend has told me that .Net does not
> directly support an MDI interface, and that it uses a VB6 library wrapper
> to
> work. Is this true?
>

Never listen anymore to that friend.

Cor
Author
16 Jan 2006 2:55 PM
Jerry H.
LOL!!!  Mr. Lightert hit the nail on the head.  What vestiges of VB6
could possibly be requisite in VB.NET, other than those that satiate
VB6 developers who are still coming to terms with true OOP?

You could possibly fault the implementation of some areas in V.NET, but
native MDI support isn't one of them. :)
Author
16 Jan 2006 3:45 PM
Carlos J. Quintero [VB MVP]
Hi Dave,

Your friend is misguided, MDI is supported. Windows forms have the
IsMdiContainer property, MdiParent, MdiChildren etc.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com


Show quoteHide quote
"Dave" <D***@discussions.microsoft.com> escribió en el mensaje
news:2230E513-FE50-4E4C-A04E-7AB07C4467E5@microsoft.com...
> I'm just getting started in .Net. A friend has told me that .Net does not
> directly support an MDI interface, and that it uses a VB6 library wrapper
> to
> work. Is this true?
>