Java Mouse Event interruption

Jiggiedoez

New Member
I am trying to make a small application which runs in the background listening for a left mouse click event in a specific area of the screen where a button in another application would be located. When the mouse is clicked in the defined area I would like to prevent/interrupt the mouse event such that the button in the other application is not "pressed" but rather the application opens a survey. When the survey is complete I would like to allow the mouse event to continue such that the button in the other application is "pressed". Is this possible and where would be a good starting point for this type of design? This will be running only in the windows environment and I'm planning on using Java or C# unless there is an easier language in which it can be coded. Thank you for your time and help.
 
Back
Top