T
titan.nyquist
Right after InitializeComponent() is run, I do some error checking...
when an (very bad) error occurs I show it to the user and I want to
close down the application.
QUESTION: How do I close the application down? I am assuming I can
do it nearly right after InitializeComponent() is run, in the same
code location it exists in.
I'm new, so any help is great. Any articles on the topic would help,
too.
Titan
when an (very bad) error occurs I show it to the user and I want to
close down the application.
QUESTION: How do I close the application down? I am assuming I can
do it nearly right after InitializeComponent() is run, in the same
code location it exists in.
I'm new, so any help is great. Any articles on the topic would help,
too.
Titan