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 do I get my application on top?
What type of record sets are available in ADO?
What is the different between Microsoft ODBC Driver and Oracle OBDC Driver?
Describe Database Connection pooling relative to MTS ?
How do I use GetPrivateProfileString to read from INI files?
What kind of components can you use as DCOM servers?
i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI).
What is view Port?
What is the use of Imagelist Controls
Discuss the working with to-do lists.
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.
What are the important components of OLEDB?
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)