Hi,
I need to "catch" click on the some button in some application.
In other words, how can i get a message from Windows message queue that was sent to specified hwnd and how can i get this hwnd for given button ?
The application what i wont to control is a third part app and i...