What is the diff between VB MDI form and .net MDI form?can any one explain briefly

Showing Answers 1 - 12 of 12 Answers

Vijaya Simha Kamineni

  • Jan 26th, 2007
 

In VB MDI form is created by adding MDI Form to the project and adding child forms by setting MDICHILD property of the child form.

In .NET there is no MDI form, any form can be made a MDI parent by setting IsMdiContainer property to TRUE

Furthermore, there are changes in the properties, methods and basic behavior of the MDI Forms, like ability to set Background Color is not available in .NET, ability to add controls to MDI form (although they don't behave properly), ActiveForm to ActiveMdiChild, Arrange method to LayoutMdi, etc.

  Was this answer useful?  Yes

ashok

  • Feb 15th, 2007
 

one difference is in vb6.0 there can be only 1 mdiform in an application but in vb.net there can be more than 1 mdiform in an applicationwith regardsashok

  Was this answer useful?  Yes

Mahesh Kumar

  • Feb 19th, 2007
 

In VB MDI form is created by adding MDI Form to the project and adding child forms by setting MDICHILD property of the child form.



In .NET there is no MDI form, any form can be made a MDI parent by setting IsMdiContainer property to TRUE

regrads
Mahesh Kumar

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions