What is the difference between modal and modaless form in VB?
Answer Posted / subashini
Modal Form:
Modal Form gains the exclusive attention of the user.
A user can not access other forms within an application
until the current form is closed.
Example: Msgbox,Inputbox etc.
Modeless Form:
It allows the user to shift between forms within an
application without closing the current form.
Example: MDI Form
| Is This Answer Correct ? | 34 Yes | 1 No |
Post New Answer View All Answers
Which type of object requires this object?
Is visualvm free?
What is ado data control in vb6 0?
What is database vb?
What are the different procedures associated with the object?
What is hyperlink?
How do you change the system menu (on the Control-Menu Box)?
Explain OLE Drag and Drop?
What are 3 main differences between flexgrid control and dbgrid control?
Explain about creating VB applications in excel?
How can you filter out specific type of file using file system controls?
What are the tools available for Debuggiu in VB?
How many ways we can access file using VB?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
Explain about manipulating the recordset object