VIKKI,
MDI child forms are the same as regular forms. In order to make a
regular form an MDI child, all you have to do is set the MdiParent property
on the child form to the parent form. When you show it, it will show the
form as a child of the parent form.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> hi I want to know different types way for calling child forms in a
> particular project.....I'm new to C# language and I'm not able to add
> child form in my project so plz anyone can tell me how to work wid
> child forms and mdi forms.......
Egghead - 31 May 2007 19:50 GMT
Beside that, you need to set the parent form's Ismdicontainer property to
true.

Signature
cheers,
RL
> VIKKI,
>
[quoted text clipped - 7 lines]
>> child form in my project so plz anyone can tell me how to work wid
>> child forms and mdi forms.......
Nicholas Paldino [.NET/C# MVP] - 31 May 2007 19:54 GMT
True, I assumed the original poster already had done that, considering
she was only asking about child forms.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Beside that, you need to set the parent form's Ismdicontainer property to
> true.
[quoted text clipped - 10 lines]
>>> child form in my project so plz anyone can tell me how to work wid
>>> child forms and mdi forms.......
VIKKI - 31 May 2007 20:16 GMT
Thnx Nicholas & Egghead for replying
But I'm still not able to make it...
I have already set ismdi property to true and now I'm not able to add
a child form to it
I have added another normal window form and now I'm not getting any
mdiparent property on the child form...
I'm using Microsoft Dot Net 2003 platform
Plz Advise me...