Re: [python-win32] Using Flexible Win32 message pump to monitor window open/close for all application?

2011-03-31 Thread reckoner
-- Message: 3 Date: Wed, 30 Mar 2011 16:17:01 -0700 From: Tim Roberts To: Python-Win32 List Subject: Re: [python-win32] Using Flexible Win32 message pump to monitor window open/close for all application? Message-ID:<4d93b9ed.9010...@probo.com> Conten

Re: [python-win32] Using Flexible Win32 message pump to monitor window open/close for all application?

2011-03-30 Thread Tim Roberts
reckoner wrote: > 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 h

[python-win32] Using Flexible Win32 message pump to monitor window open/close for all application?

2011-03-30 Thread reckoner
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 possib