what are the Differences between Modal and Modaless forms?

Answers were Sorted based on User's Feedback



what are the Differences between Modal and Modaless forms?..

Answer / senthil

MODAL forms are forms which require user input before any
other actions can be taken place. In other words, a modal
form has exclusive focus in that application until it is
dismissed. When showing a modal form, the controls outside
this modal form will not take user interaction until
the form is closed. The internal MsgBox and InputBox forms
are examples of modal forms. To show a form modally, use
the syntax:

MyForm.SHOW.vbModal ' a predeclared constant for 1

MODELESS forms are those which are shown but do not require
immediate user input. MDI child forms are always modeless.
To show a form modeless,use the syntax:: MyForm.SHOW

Is This Answer Correct ?    18 Yes 6 No

what are the Differences between Modal and Modaless forms?..

Answer / pooja parmar

Model form:- we can not navigate between two forms.
Modeless form:- we can navigate between two forms

Is This Answer Correct ?    10 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

Types of DBCombo boxes

0 Answers  


How to get free file location in memory?

1 Answers  


What is RDO?

1 Answers  


List out controls which does not have events ?

1 Answers  


In visual source safe if in middle of my program power was off and it was not save then wat will happen whether it will save or not? can any body tel me the answer for this.

8 Answers   Wipro,






Can you tell me the properties of the controls?

0 Answers   Satyam,


Is visual basic case sensitive?

0 Answers  


what are the types of combo box?

1 Answers   Satyam,


Types of ActiveX Components in VB?

0 Answers  


Which property of textbox cannot be changed at runtime. What is the max size of textbox?

0 Answers  


How would you attach an ActiveX control in Your Application?

1 Answers  


What does Query_unload event do in VB? Why we need Form _unload event?

3 Answers  


Categories