How many MDI(multiple document interface) forms can include
in one project(especially in visual basic)?
Answer Posted / amritha nandini
There can be many child forms created within the parent form ( MDI FORM )
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the use of Tabledef?
Difference between DDE and OLE.
How can I call a 'hidden' DOS program from VB?
What is ODBC Direct and Microsoft Jet Database Engine ?
What is the use of NEW Keyword? Explain.
Draw Sequence Modal of RDO and Explain?
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?
What are the types of Error? In which areas the Error occurs?
Is a foo VBX/DLL available as shareware/freeware?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
Is visual basic easy?
what are the types of cursors in DAO?
What is datagrid in vb net?
When/Why should I use Option Explicit?
How do I speed up control property access?