Hey there.
I was wondering if it was possible to stop execution at a certain point without closing the Program?
For example
Private some button is clicked
code
code
code
code
But here i want execution to stop as the user did something wrong
code
code
code
code
I have a Form1, So when the execution stops, the Form1 should still be showing
Thank you
Ruan