Application.Exit() Help
I am having major dramas exiting from my application.
I have a situation where I wish to exit from my app under a certain condition, however the line
Application.Exit();
does not seem to work.
It works fine in a simple Hello World type app but not in mine.
Is there anything a novice to c# should know about this.
It is not in a loop and not in a catch or finally block.
It is however a couple of functions deep from the initialise components function.
Thanks in advance.
======================================
They say, best men are moulded out of faults,
And, for the most, become much more the better
For being a little bad.
======================================
__________________
======================================
"They say, best men are molded out of faults,
And, for the most, become much more the better
For being a little bad."
--Shakespeare
======================================
|