What is the difference between modal and moduless window?
Answer Posted / anand shanbhag
If the form is modal then you are not allowed to edit
anything in the parent form.
E.g. In MS-word if you select "Save As" menu then you have
to close the "Save As" window in order to go back to the
word document.
If the form is modeless, you are allowed to use/edit the
newly created form and the parent form.
E.g. "Find and Replace" window in the MS-word. You can edit
in the word document without closing "Find and Replace" window.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How would you access objects created in ActiveX Exe and ActiveX Dll
___ Property is used to count no. of items in a combobox.
Explain Default cursor Type and LockEdit type in DAO?
It possible to call OLEDB?s Features directly in VB without using any control?
What is DAO?
Draw Sequence Modal of RDO? Explain.
How do I create a new form in visual basic?
What is activex control in vb?
Difference between Linked Object and Embedded Object?
How can you get selected file from file system Control?
What is a thread pool and how are the threads within a thread pool managed?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
How would you Create a Query Builder and Explain its uses
What is ActiveX? Explain.
How to find the current record position in data control?