Hi
I am using c#.net and have a program with multiple forms. In one instance I would like the code in the form that creates a new form to pause until the form it has called is closed. sounds confusing i.e.
1. click the "enter details" button on the main form.
2. "enter detail" form opens.
3. main form stops running code
4. "enter detail" form closes.
5. main form starts running its code again.
is this possible, feasable, practical, etc.
I am using c#.net and have a program with multiple forms. In one instance I would like the code in the form that creates a new form to pause until the form it has called is closed. sounds confusing i.e.
1. click the "enter details" button on the main form.
2. "enter detail" form opens.
3. main form stops running code
4. "enter detail" form closes.
5. main form starts running its code again.
is this possible, feasable, practical, etc.