How can i add more than one child to an MDI parent
Can any one help to add and display more than one different childs to a MDI parent? is it possible? if yes explain me with sample code if not is there any other alternative for it???
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manish TewatiaPosted Dec 10, 2012, 4:54 AM
An MDI (Multiple Document Interface) application is an application in which we can view and work with several documents at once like Microsoft Excel or Visual Studio 2010. MDI applications having a feature of MDI child forms.
Creating an MDI Child Form
http://www.c-sharpcorner.com/UploadFile/manish1231/creating-an-mdi-child-form-in-C-Sharp/
Working With Active MDI Child Form
http://www.c-sharpcorner.com/uploadfile/manish1231/working-with-active-mdi-child-form-controls/
Arrange the Display of Multiple MDI Child Forms
http://www.c-sharpcorner.com/UploadFile/manish1231/how-to-arrange-the-display-of-multiple-mdi-child-forms-in-C-Sharp/