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 is shortcut menu and explain "The ole control's shortcut menu".

0 Answers  


How do I make a text box not beep but do something else when I hit the Enter key?

0 Answers  


___ property is used to change to ___ value to access a identity column'in datacontrols.

0 Answers  


which property of menu cannot be set at run time.

0 Answers  


It is possible to access Text (x.txt) files? Explain.

1 Answers   TCS,






How would you create properties in ActiveX Control?

0 Answers  


what is the Difference between listbox and combo box?

2 Answers  


Explain about control properties?

0 Answers  


How many ways we can access file using VB?

0 Answers  


What is ODBC?

2 Answers   Satyam,


How do I access C style strings?

0 Answers  


What is the use of Scalewidth and ScaleHeight Proeperty?

0 Answers  


Categories