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

What is Friend Variable?

1 Answers  


Besides Standard Exe what are other types of projects in VB?

2 Answers  


With in the form we want to check all the text box control are typed or not? How?

0 Answers  


What is the difference between a PictureBox and Image control?

3 Answers  


Types of cursors in DAO?

0 Answers  






what is Option Implicit

12 Answers   Cognizant, Primus Global,


What is Parser Bug?

0 Answers  


What is the difference between ANSI and UNICODE strings when passed as arguments to a DLL?

3 Answers  


How would you attach an ActiveX control in Your Application?

0 Answers  


what are the differences between image and picture controls?

3 Answers  


What is the use of NEW Keyword? Explain.

0 Answers  


What is the use of Visual Basic Document file?

0 Answers  


Categories