I know that by using App.taskmanager = False you can keep your program from being listed on the applications tab in the control-alt-delete menu. This is good for security software where you may not want to disable the CAD window usage, but you don't want users to be able to disable the software. However, it is still listed on the processes tab where they can still shut it down.
Is there code I can enter into a program while writing it to keep it from showing in the proceses menu...or to keep it from shutting down without authorization? I have a system tray icon that would allow someone to shut the program down, but it first asks for a password to verify it should actually be shut down. If there is a way to call that event when the user tries to shut it down on the processes tab, that would work just as well as hiding it in my book.
Either solution will work, so if anyone knows how to do either one, I'd really appreciate any information you can provide.
-Ovatvvon :-Q
Is there code I can enter into a program while writing it to keep it from showing in the proceses menu...or to keep it from shutting down without authorization? I have a system tray icon that would allow someone to shut the program down, but it first asks for a password to verify it should actually be shut down. If there is a way to call that event when the user tries to shut it down on the processes tab, that would work just as well as hiding it in my book.
Either solution will work, so if anyone knows how to do either one, I'd really appreciate any information you can provide.
-Ovatvvon :-Q