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
What is a toolbox in visual basic?
What is the use of Data Form Wizard?
Which type of object requires this object?
Is visual basic still used?
Draw Sequence Modal of RDO and Explain?
What is the use of Visual Basic Document file?
What are the uses of List View Control?
Draw Sequence Modal of DAO? Explain.
What is meant by Establish Connection in RDO?
How should dates be implemented so they work with other language and country formats?
What are 3 main differences between flexgrid control and dbgrid control?
How do I get my application on top?
what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com
What are the new events in textbox that has been included in VB ?
It possible to call OLEDB's Features directly in VB without using any control?