Prevent users from terminating an application???
Hi guys,
I have an application which runs on server, which I do not want to be terminated (using ctrl+alt+del) by the users.
Since the application generates report and also works as query pad, I don't not want to hide the application using 'RegisterServiceProcess'!!!
I have seen applications where when the users try to terminate an application they are asked for password and only then they are allowed to shut down the application.
How do I achieve this???
Thanks
Subhendu.