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
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
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'
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