Windows events
-
Hi, I have two applications running in parallel.I want to know the events generated in one application (because of user's action on dialog controls)in the other application. Those two applications are not communicating with each other directly.But the second application has the info of dialog control ID's of the first application. Is it possible to know the events generated in other application.? Please tell me how can I do it.
Regards, Sunil Kumar
-
Hi, I have two applications running in parallel.I want to know the events generated in one application (because of user's action on dialog controls)in the other application. Those two applications are not communicating with each other directly.But the second application has the info of dialog control ID's of the first application. Is it possible to know the events generated in other application.? Please tell me how can I do it.
Regards, Sunil Kumar
sunilkumar.d wrote:
Is it possible to know the events generated in other application.?
Well, yes - Spy++ can do it. I suspect you need to create a global Windows hook that gets injected into the first application which can send information to the second one.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
sunilkumar.d wrote:
Is it possible to know the events generated in other application.?
Well, yes - Spy++ can do it. I suspect you need to create a global Windows hook that gets injected into the first application which can send information to the second one.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
Hi Stuart, Thanks for the reply. Can I get any detailed info on how to do this?
Regards, Sunil Kumar
Try this article[^] - CP has lots of useful articles that are just a search away - learn how to use the resources you have available to you - at your fingertips!
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p