windows - How to control the mouse pointer outside our application -


I want to control the mouse pointer with my application and interact with other programs using our program I want to be able, for example, I want my application to be able to click on a button on any other application

How should I go about solving this problem? (Any programming language works, even if you have any suggestions, please let me know)

Afterthoughts: I want to do it in the Windows operating system and see if it has different scenarios. Any language will work for me because it is not part of the final product but I prefer one of these languages ​​(Python, Java, C # or MATLAB)

thanks

There are several ways to do this, and you do not mention any details of your application (system, goal target, etc ...) Have done

If your goal is manual automation, then I would suggest throwing a quick autot script together on Windows.

If you do not want this, please give more details.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -