what are the Differences between Modal and Modaless forms?
Answer Posted / 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 |
Post New Answer View All Answers
How would you activate animation control?
How to control the file?
Parts of ODBC?
What is dao in vb?
How do I create a new form in visual basic?
Timer control contains ________ no. of events.
Types of Resultsets.
Explain the "cursortype" and "Locktype" in VB?
Can you tell me the properties of the controls?
How can Visual Basic be used for server-side scripting?
Explain Types of DBCombo boxes?
What is the use of OLE?
what is the Difference between Dynaset and Snapshot?
What is the default workspace?
What is a toolbox in visual basic?