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

What are the tools available for Debug in VB?

3 Answers  


what is different from edit and updates?

15 Answers   SoftTech, Wipro,


How come I get a "No Current Record" error when I use a a Data Control on an empty table?

0 Answers  


Which Property is used to compress a image in image control?

1 Answers  


Can you tell me the properties of the controls?

0 Answers   Satyam,






What is the statement to extract 4 characters from the middle of a string?

1 Answers  


What is the difference between Property Get, Set and Let.

1 Answers  


Write the Steps in Creating an ActiveX Control?

0 Answers  


Difference Types of Procedures in VB?

3 Answers   JVS, Wipro,


Difference between Recordset and Resultsets.

0 Answers  


Is it posible to Create Tables Through Querydef?

0 Answers  


What do you mean by Databound Controls Explain?

0 Answers  


Categories