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 would you use ActiveX Dll and ActiveX Exe in your application?
What are the uses of List View Control?
Explain about creating VB applications in excel?
what controls have you used in your project?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
How do I implement an accelerator key for a text box?
Explain the types of Views in Listview Control.
What is the difference between change event in normal combobox and dbcombobox?
How do you create a form in visual basic?
how to use telugu language in vb6? any unicode data is available for telugu or not?yes means how to use? my desired output is telugu only? i am doing project like(telugu calendar),my output should be print in telugu only? pls send me the solution with code?
Types of ActiveX Components in VB?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
What is the use of Visual Basic Document file?
Clear property is available in ____,___ control.
What can you do with visual basic?