Click here to Skip to main content
15,907,001 members
Please Sign up or sign in to vote.
2.00/5 (3 votes)
See more:
hello.....
what is mdi in window application in vb.net


krishna
Posted

MDI is Multiple Document Interface.
more about MDI applicaton   http://msdn.microsoft.com/en-us/library/aa983667%28v=vs.71%29.aspx[^]

Hope this helps... :)

Jasmin
 
Share this answer
 
MDI is like a Parent Form

This MDI form used to open many child form (i.e. normal window form) inside MDI form
 
Share this answer
 
The Question in not completely incorrect, but can be greatly improved. You should have re-formulated it:

"What are Wikipedia, Google, CodeProject and StackOverflow.com?"
If you asked and got good Answers, the Questions like your original one would not be needed!

Now, about MDI: I would strongly recommend you never user it!
See some motivation:
http://en.wikipedia.org/wiki/Multiple_document_interface#Disadvantages[^],
Question on using MDI windows in WPF[^],
MDIContainer giving error[^].

First of the links above will also answer your question perfectly.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900