what are the Differences between Modal and Modaless forms?
Answer Posted / 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 |
Post New Answer View All Answers
How do you create a form in visual basic?
what is the Property used to add a menus at runtime?
Types of LockEdits in DAO?
Is it possible to set a shortcut key for label?
To find the current recordposition in data control.
by writing MACRO CODE,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). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
What is the-use of property page Wizard in ActiveX Control?
Difference between Class Module and Standard Module?
How do I mimic a toggle button?
what are the Differences between Recordset and Resultsets?
In which areas the Error occurs?
What is the difference between change event in normal combobox and dbcombobox?
Give brief description about class?
How do I dial a phone number without using the MSCOMM VBX?
How do I call a DLL?