Shutdown event
-
hi how do i capture windows shutdown/Logoff event in vb.net application. Thanks in advance regards ravi
For Shutdown System.Diagnistic.Process.start("shutdown","/s") For Logout System.Diagnistic.Process.start("shutdown","/l") I am not sure about this
-
For Shutdown System.Diagnistic.Process.start("shutdown","/s") For Logout System.Diagnistic.Process.start("shutdown","/l") I am not sure about this
Hi Thank for prompt reply, this will shutdown my mechine, actualy i wanted to capture shutdown/logoff events in my vb.net application. I am running an application for capturing user status. if user shutdown the mechine then application should update current datetime before shutdown regards ravi
-
Hi Thank for prompt reply, this will shutdown my mechine, actualy i wanted to capture shutdown/logoff events in my vb.net application. I am running an application for capturing user status. if user shutdown the mechine then application should update current datetime before shutdown regards ravi