Is MDI supported by .Net?

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

Guest

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?
 
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
 
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. :)
 
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
 

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

Back
Top