What is the difference between modal and modaless form in VB?



What is the difference between modal and modaless form in VB?..

Answer / 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

More Visual Basic Interview Questions

How can you force new objects to be created on new threads?

0 Answers  


___ is the control used to call a windows application.

0 Answers  


What is ODBC Direct and Microsoft Jet Database Engine ?

0 Answers  


What are the Technologies for Accessing Database from Visual Basic?

1 Answers  


Difference between listbox and combo box.

12 Answers   HCL, Infosys,






what is the meaning of cts company logo?..

1 Answers   CTS,


What type of recordsets are available in ADO?

1 Answers   CSS,


Which property of textbox cannot be changed at runtime ?

3 Answers   JPMorgan Chase,


Is visual basic case sensitive?

0 Answers  


How can we call Stored procedure of Back End in RDO and ADO ?

1 Answers  


Is it possible to call backend procedures with ADO control?

1 Answers   TCS,


What are the types of Error? In which areas the Error occurs?

0 Answers  


Categories