
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???