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

2010-04-12 Thread 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 when it stops in window? http://support.microsoft.com/kb/315725 http://timgolden.me.uk/pywin32-docs/win32gui__SystemParametersInfo_meth.html TJG

Re: [python-win32] Using the COM interface of Infinion Memtool

2010-04-12 Thread Greg Antal
Markus Hubig wrote, On 4/10/2010 8:31 AM: On Fri, Apr 9, 2010 at 11:05 PM, Greg Antal greg.an...@ata-e.com wrote: The beauty of using the early binding file is that you don't have to use all that Dispatch syntax because the file does that for you. I don't know what you named this

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

[python-win32] Outlook Event Freezes Python

2010-04-12 Thread Measure, Alex - BLS
I'm trying to write a program that executes a print statement when a NewInspector event occurs in Outlook. Whenever I initiate the event (by double clicking an email) the Python program freezes and the new inspector window won't appear until I end task the Python program. The program runs fine if

[python-win32] Accessing the Win32 GUI event system.

2010-04-12 Thread Colin Barnette
Hello all, I am working on the preliminary research on a pywin32 project. I hope to have a utility that can enter a 'capture' mode, wherein after activating the mode, the user selects various open windows, and the utility logs their hwnds and various data concerning the windows. My problem lies

[python-win32] network/internet info?

2010-04-12 Thread Alex Hall
Hi all, I have some information I would like to get, and I wonder if WMI can do it. If so, what class do I need? If not, what other package(s) would do the trick? 1. current network connection type (ethernet, wifi, bluetooth, whatever). 2. Current up/down speed (such as 200kb up, 100kb down) for