Why we need a MDI form? How can we make a form as a mdichild
form?
Answer Posted / subashini
Necessity of MDI Form:
To allow users to work on several similar forms
at one time within an application, the MDI form should be
used.
To make a form as a mdichild form, make child property
of a form is to be true.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
How can I create a VBX?
What are the uses of List View Control?
How would you create properties by using class Builder Wizard?
It possible to call OLEDB's Features directly in VB without using any control?
___ is a property to resize a label control according to your caption.
How do I dial a phone number without using the MSCOMM VBX?
How can you Implement windows functionality in VB?
Explain the types of Views in Listview Control?
What is DAO?
How do I program the Novell NetWare API from VB?
How do I make an animated icon for my program?
Why visual basic is used?
Scope of API's can be of types, what are they?
How should dates be implemented so they work with other language and country formats?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.