|
From: George K. <gka...@te...> - 2003-12-15 16:12:15
|
Hi, I want some application specific code to run when no one is using the machine. I'm interested mainly for Win2K. Reading the documentation I see that the most flexible method is implementing this program as a WrapperListener. I saw that there is an event WRAPPER_CTRL_LOGOFF_EVENT that is handled by the public void controlEvent( int event ) method of a WrapperListener. I suppose I can use this to determine if the user logs off and start my app specific actions. Is there a way to determine if the users logs on to stop these actions? Thanks -George |