|
-
Dec 19th, 2006, 06:55 AM
#1
Thread Starter
Lively Member
Closing MDI Parent form
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|