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 Implement windows functionality in VB?

0 Answers  


How many number of events does the Timer controls ?

3 Answers  


How to get freefile location in memory?

0 Answers   FSS,


What is ado data control in vb?

0 Answers  


What is disconnected recordset?

2 Answers  






What is the use of Hyperlink control for DHTML applications?

0 Answers  


What is the difference between Single and Double in VB?

4 Answers  


Explain the differences between ActiveX Dll and ActiveX Exe?

0 Answers  


Which tool is used to configure the port range and protocols for DCOM communications?

2 Answers  


Explain the creation project schedule.

0 Answers  


What is executenonquery in vb net?

0 Answers  


What is the return type of Instr and Strcmp?

3 Answers  


Categories