What you need are Windows hooks, which allows you to participate in the
window procedures for other processes. Implementing a hook requires
code in a DLL, because the DLL has to actually be "injected" into
another process, to run in that processes context. That would usually
make Python unsu
On Sat, 12 Nov 2005 12:40:03 -0700, "Brian Jarrett"
<[EMAIL PROTECTED]> wrote:
>
>I'm currently researching ways to use Python to monitor the state, data,
>and events associated with controls (comboboxes, editboxes, etc.) using
>Python and the win32 extensions. I'd like to write a script that w
Hello all,
I’m currently researching ways to use Python to
monitor the state, data, and events associated with controls (comboboxes,
editboxes, etc.) using Python and the win32 extensions. I’d like to
write a script that would allow me to observe the changes that occur to an
applicatio