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 to declare Dll Procedure?

1 Answers  


What are the tools available for Debuggiu in VB?

0 Answers  


How can you check whether a record is valid record or Invalid record using ADO control or Object?

0 Answers  


What are the new events in textbox that has been included in VB ?

0 Answers  


What are constructors and destructors?

1 Answers  






which method used to move a recordset pointer in nth position in DAG?

0 Answers  


What is understand in resource tracking?

0 Answers  


How many File System Controls are there Explain?

0 Answers  


What is a thread pool and how are the threads within a thread pool managed?

0 Answers  


What do you mean by ADO?

5 Answers   King Indus Software Solutions, TCS,


Can We create CGI scripts in VB?

1 Answers  


How would you add column headers in listview control?

1 Answers   Infosys,


Categories