Hi,

           Need : To track time when a workstation is locked and when it is
unlocked. Store this time.

           My approach : 1st Option

           Trap the key "ctrl+alt+del" or "windows+l". trigger a procedure
to save the time in and time out into a database.

                                  2nd Option

           Run a procedure that has a while true loop. In this loop there
can be a event capture device to know that a ctrl+alt+del has been pressed.

           Now run the save to database procedure.

           I think of doing this using python, tkinter, ctype opendesktop.

          To trap the keys, I need to find a bind function. Is it possible
to do this. Any suggestion.


BRgds,

kNish
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to