what are the Differences between Modal and Modaless forms?
Answers were Sorted based on User's Feedback
Answer / senthil
MODAL forms are forms which require user input before any
other actions can be taken place. In other words, a modal
form has exclusive focus in that application until it is
dismissed. When showing a modal form, the controls outside
this modal form will not take user interaction until
the form is closed. The internal MsgBox and InputBox forms
are examples of modal forms. To show a form modally, use
the syntax:
MyForm.SHOW.vbModal ' a predeclared constant for 1
MODELESS forms are those which are shown but do not require
immediate user input. MDI child forms are always modeless.
To show a form modeless,use the syntax:: MyForm.SHOW
| Is This Answer Correct ? | 18 Yes | 6 No |
Answer / pooja parmar
Model form:- we can not navigate between two forms.
Modeless form:- we can navigate between two forms
| Is This Answer Correct ? | 10 Yes | 1 No |
What are the new events in textbox that has been included in VB6.0
How many tabs in a tabbed dialog do you consider appropriate?
I get a "file not found" error on the IIF function when I distribute by program. Why?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
In visual source safe if in middle of my program power was off and it was not save then wat will happen whether it will save or not? can any body tel me the answer for this.
How to control the file?
Through which protocol OLEDB components are interfaced?
How can you determine performance standards?
What are the record set types?
What is Static Variable?
What are the Internet tools available in VB 6.0?
Is it possible to call oracle database through ADO control or Object?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)