Hi,
I have been looking at the following recipe:
Recipe 82236: Flexible Win32 message pump using
MsgWaitForMultipleObjects (Python)
http://code.activestate.com/recipes/82236-flexible-win32-message-pump-using-msgwaitformultip
Which is listed in the Python cookbook, second edition. Is it possible
to use this to monitor the open/close of different windows? Basically, I
would like to trigger an action for a specific window or handle when
that window class or handle opens/closes. Can this recipe help with
that? Any ideas on getting started with this?
Thanks!
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32