B
Bruno Spirig
Hello
I have an application with 3 windows forms: Form1, Form2, Form3, where Form1
is the
startup form.
Form 1 call Form 2, Form 2 call Form 3, Form 3 should call Form 1.
With 'this.Close()' step-by-step work this, but it's not really clean and it
looks not fine.
How can i jump direct from Form3 to Form 1?
Or otherwise: How can i make a 'global' usable Form.
Thank you for help!
Best regards,
Bruno
I have an application with 3 windows forms: Form1, Form2, Form3, where Form1
is the
startup form.
Form 1 call Form 2, Form 2 call Form 3, Form 3 should call Form 1.
With 'this.Close()' step-by-step work this, but it's not really clean and it
looks not fine.
How can i jump direct from Form3 to Form 1?
Or otherwise: How can i make a 'global' usable Form.
Thank you for help!
Best regards,
Bruno