[python-win32] IronPython in Action Out!

2009-04-10 Thread Michael Foord
Hello all, *Finally* IronPython in Action is out. This is the first English language book on IronPython and is now in stock with Manning and Amazon.com and on the Safari bookshelf. You can get all the details from: * http://www.ironpythoninaction.com It covers a whole range of topics, with intro

[python-win32] Trying to implement an third-party interface in COM for events

2009-04-10 Thread Kapil fadnis
I think this has been talked about on a previous thread but its an old thread here but I am hoping to get some feedback that will help me understand the issue, http://mail.python.org/pipermail/python-win32/2006-September/005044.html I have an interface MBTQUOTELib. IMbtQuotesNotify which has fou

[python-win32] Monitoring the active window

2009-04-10 Thread Nir P
Hi, I'm trying to monitor the application on a window machine - I want to know when they start, finish, and when the user switch between them. I managed to monitor the creation and deletion of processes using Win32_Process.watch_for("creation") and Win32_Process.watch_for("deletion"), but didn'

Re: [python-win32] Monitoring the active window

2009-04-10 Thread Tim Roberts
Nir P wrote: > > > I'm trying to monitor the application on a window machine - I want to > know when they start, finish, and when the user switch between them. I > managed to monitor the creation and deletion of processes using > Win32_Process.watch_for("creation") and > Win32_Process.watch_for("de