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 |
How would you add elements in TreevieW Control?
What is the difference between Msgbox Statement and MsgboxQ function?
Using which type we can access file line by line?
What is the use of ActiveX Documents?
What is DSN?
Through which protocol OLEDB components are interfaced?
What is the current version of Visual Basic for Windows?
How would you navigate between one document to another document in Internet Explorer ?
How many types of API functions are availble in VB?
what are the Types of Modal windows in VB?
What is the difference between Object and Class?
Can you tell me the properties of the controls?
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)