program termination

  • Thread starter Thread starter Jesper
  • Start date Start date
J

Jesper

Within a catch statement I would like to terminate the
program (which is single threaded). How is this done.

best regards
Jesper.
 
Application.Exit();

From the SDK:
"Informs all message pumps that they must terminate, and then closes all
application windows after the messages have been processed."

-mike
 
Back
Top