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
Why visual basic is used?
What is Parser Bug?
What are the Internet tools available in VB 6.0?
How do I remove/change the picture property of a control at design time?
Why doesn't "my string" & Chr$(13) do what I want?
Where can I get good up-to-date information about VB?
Through which protocol OLEDB components are interfaced?
What is instantiating?
what are the Default cursor Type and LockEdit type in DAO?
Recordset object consists what?
How do I change the color of a form in visual basic?
What is datagrid in vb net?
what is the Difference between Tabletype and Snapshot?
What language does visual basic use?
What is the difference between Msgbox Statement and MsgboxQ function?