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
How do you create a form in visual basic?
What is meant by Establish Connection in RDO?
How many ways we can access file using VB?
How can you Implement windows functionality in VB?
What do you mean by Databound Controls Explain?
How would you create properties by using class Builder Wizard?
State about the different types of visual basic data?
Types of LockEdits in RDO.
It possible to call OLEDB's Features directly in VB without using any control?
How can you save and Get data from Clipboard/ Recordset object consists what?
What is controls in vb?
What are 3 main differences between flexgrid control and dbgrid control?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
___,___ arguments will be used to run a executable program in shell function
1s it posible to Create Tables Through Querydef?