Clicking the mouse from source code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Problem : I want to click the mouse from source code. I move my mouse from source code over another application's display. I now want the mouse to click on the new cursorposition it was moved to (from source code). Any suggestions would be helpful.
 
* "=?Utf-8?B?VGhldW5zUA==?= said:
Problem : I want to click the mouse from source code. I move my mouse
from source code over another application's display. I now want the
mouse to click on the new cursorposition it was moved to (from source
code). Any suggestions would be helpful.

P/invoke on 'mouse_event'.
 
Back
Top