closing program without message

Is there a way to close your program with a code that doesnt give a message back?

or that you dont need to press a button to close it?
A program finishes when execution reaches the last line of code in a console application, or when the message pump exits due to posting of the WM_QUIT message.
Topic archived. No new replies allowed.