Detecting mouse/KB events on another Application
-
Hi All, I need to detect the mouse/keyboard clicks on one windows application so that I can send the same to another identical application running on another pc and have it do the same stuff. I am having trouble figuring out how to monitor events on an application externally from another application (meaning I can't modify the code of the application whose events I want to monitor). Any ideas or advice. Need HELP!! Thanks. Regards, Zahid
-
Hi All, I need to detect the mouse/keyboard clicks on one windows application so that I can send the same to another identical application running on another pc and have it do the same stuff. I am having trouble figuring out how to monitor events on an application externally from another application (meaning I can't modify the code of the application whose events I want to monitor). Any ideas or advice. Need HELP!! Thanks. Regards, Zahid
Look for "Hooking" or "Hooks".
Hosam Aly Mahmoud