Re: [python-win32] How to fetch windows messages from another application ?

2010-01-31 Thread Massa, Harald Armin
Stef, I do not have a readymade solution. But some words to help your googling: what you are looking for is called "hooks" and "intercepting". So please google for "intercept windows messages" or "Windows message hooks" and "windows event hooks". (As the message "mouse entered window" is also ca

Re: [python-win32] How to fetch windows messages from another application ?

2010-01-31 Thread Stef Mientki
Thanks Harald, Although "message" is a crime to search on google, with you search words I found a workable solution If others are interested: http://blog.csdn.net/dahubaobao/archive/2009/09/10/4539324.aspx cheers, Stef On 31-01-2010 10:15, Massa, Harald Armin wrote: Stef, I do not have a read