Hi all,
let's say I press the "CTRL+ALT+DEL" combination in the middle of program and terminate it explicitly.
Is there sent any Message to program (like WM_QUIT_WITH_CTRLALTDEL, :-) ) before the program ends or is the program "roughly" terminated without any cleanup?
(Or how could I handle the "CTRL+ALT+DEL" Message?)

Thanks.

Petike