|
-
Dec 24th, 2003, 01:15 PM
#1
Thread Starter
New Member
MDI - ShowDialog alternative ***Resolved***
I have a MDI form that opens a child form (called form1). On this form I want to be able to open another form (Called form2). (Which is also a child form). Once the new form is opened I want the code execution to halt for form1 until form2 is closed. The showdialog function does this but it cannot be done from a child form. Is there any way around this?
The reason I want to do this is so that when form2 comes up i can enter data and then when form2 is closed I can call a method to refresh a combo box on my form1.
Any help will be much appreciated.
Last edited by LIPAE; Dec 24th, 2003 at 03:48 PM.
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
|