MDI and attaching the children forms to the main one 
Author Message
 MDI and attaching the children forms to the main one

Okay I have a main form that I have made in too a MDI ..so
how do I make the 5 other forms bound too it???


Thu, 20 Jan 2005 00:18:56 GMT  
 MDI and attaching the children forms to the main one
When creating and showing the mdi child forms set the parent property of
each to the mainform.

Martin


Quote:
> Okay I have a main form that I have made in too a MDI ..so
> how do I make the 5 other forms bound too it???



Thu, 20 Jan 2005 00:36:28 GMT  
 MDI and attaching the children forms to the main one
Aaron,

    In your main form, you will have to create instances of the child forms,
and then set the MdiParent property of the child forms to your main form.

    Hope this helps.

--
          - Nicholas Paldino [.NET/C# MVP]


Quote:
> Okay I have a main form that I have made in too a MDI ..so
> how do I make the 5 other forms bound too it???



Thu, 20 Jan 2005 00:36:26 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. How develop MDI application with child forms like VB MDI and Child forms

2. MDI child form one copy only

3. DataView filter not working in MDI child forms with reference to MDI parent DataSet

4. How develop MDI form with child forms

5. How to let parent form listening MDI child Form

6. Attach Menu to Main Window(form) Problem

7. Attach Menu to Main Window(form) Problem

8. how can I attach a view, document to an MDI Child Window

9. Q: How to open MDI Child without attached file

10. Q: How to open MDI Child without attached file

11. Opening a new MDI child when no MDI Child exists

12. Opening a new MDI child from a MDI Child

 

 
Powered by phpBB® Forum Software