> Hello,is possible know when an user kill the process (not the aplication)
> from the task manager or qith the taskkill command ??
> If terminate aplication fires in my vb program then queryunload event but if
> terminate process not.
> Exist any posibility of "see" with windows messages when the terminate
> process events occur ??
No.
Process termination is an outright kill.
No notification, no nice "can you shut down", just termination.

Signature
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team
iCode Systems
Dave - 31 May 2008 11:26 GMT
>> Hello,is possible know when an user kill the process (not the aplication)
>> from the task manager or qith the taskkill command ??
[quoted text clipped - 7 lines]
> Process termination is an outright kill.
> No notification, no nice "can you shut down", just termination.
Of course you can.
Just hook NtTerminateProcess