PDA

Click to See Complete Forum and Search --> : Closing Program Window


wey97
Nov 21st, 2000, 02:36 AM
If my C++ program is stuck in an infinite loop and I try
to close the DOS window, I get the message "Windows cannot
shut down this program automatically..." Then I click Yes,
wait, wait, wait some more, get pissed, and have to Ctrl-Alt-Del
to end the program. I am not sure why this is the case, but all the
NT users can just close the program with one click and the window
vanishes. Is there anyway I can do this in Win '98 ?

parksie
Nov 21st, 2000, 02:13 PM
Make sure the window has focus and press Ctrl-C.

wey97
Nov 21st, 2000, 03:50 PM
It works mate. Thanks.