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

2010-04-13 Thread Kevin Horn
On Tue, Apr 13, 2010 at 4:56 PM, Tim Roberts wrote: > Colin Barnette wrote: > > 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 > > u

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

2010-04-13 Thread Tim Roberts
Colin Barnette wrote: > 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.

[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