P
Patrick De Ridder
Given:
I call Form2 from Form1.
I throw an exception in Form2.
A MessageBox ("Fatal error") is shown with an OK button.
Question 1:
I want to abort everything after pressing the OK button.
How do I do this?
Question 2:
Alternatively, I want to return to Form1 after pressing the OK button.
How do I do this?
I call Form2 from Form1.
I throw an exception in Form2.
A MessageBox ("Fatal error") is shown with an OK button.
Question 1:
I want to abort everything after pressing the OK button.
How do I do this?
Question 2:
Alternatively, I want to return to Form1 after pressing the OK button.
How do I do this?