Re: [python-win32] Detecting when the screen saver started

2010-04-12 Thread Jan Schneider
Hi, you could use ISensLogon: http://mail.python.org/pipermail/python-win32/2008-January/006645.html Greetings, Jan Am Montag, 12. April 2010 18:01:58 schrieb Tim Golden: On 08/04/2010 20:22, Phung Thuy Vuong wrote: Hello! It's there a way to detect when the screen saver starts and

Re: [python-win32] Catch system level events in python

2010-03-03 Thread Jan Schneider
Am Montag, 1. März 2010 03:16:41 schrieb Tim Roberts: You wrote: i am developing a windows service using python-win32. Now I am searching for a possibility to get a notification when a user is trying to shutdown the system. In certain cases I need to cancel this shutdown, Does anyone knows

[python-win32] Catch system level events in python

2010-02-28 Thread Jan Schneider
Hi, i am developing a windows service using python-win32. Now I am searching for a possibility to get a notification when a user is trying to shutdown the system. In certain cases I need to cancel this shutdown, Does anyone knows how this could be done? Is it possible to catch system level