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'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top