Hai

i am working with MDI forms. i am having parent form (mainfrm). and child forms(chld1,chl2)


from mainfrm i opened chld1 using

chld1.show();


now if i close parent form (mainfrm) the child windows r getting closed. i should restrict user to close parent form when child form is opened.

for that i am trying to use

chld.ShowDialog();

But unable to do that


Please help me in this regard


Thanks and Regards
VInay Kumar