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 |
Which tool is used to configure the port range and protocols for DCOM communications?
What is the use of Scalewidth and ScaleHeight Proeperty?
How do I tell when an application executed using the SHELL command is finished?
How do you create a form in visual basic?
What are the different types of errors in visual Basic?
How do I set the Windows wallpaper at runtime?
Is visual basic case sensitive?
How can you Add API functions to your Application?
What is the use of Data Form Wizard?
I want to develop a stand alone application which can communicate with the existing applications in the system. On which this application should be based on: Standard Exe, Active-X Exe, Active-X Dll.
Which property of textbox cannot be changed at runtime?
What is the need of zorder method?
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)