Lee Everett Posted March 19, 2016 Share Posted March 19, 2016 I want to create a script that runs in the background and clicks a certain part of the screen every x seconds. - What is the best programming language to do this on Windows? - What is the best programming language to do this on Linux? Link to comment Share on other sites More sharing options...
Shmoopy Posted March 19, 2016 Share Posted March 19, 2016 Visual Basic .NET, although there is already a similiar tool available for free trial : Link to comment Share on other sites More sharing options...
Lee Everett Posted March 20, 2016 Author Share Posted March 20, 2016 Visual Basic .NET, although there is already a similiar tool available for free trial : Alright thanks! I don't want to use a tool, just want to create it myself haha. Link to comment Share on other sites More sharing options...
K^2 Posted March 20, 2016 Share Posted March 20, 2016 This is a strange question. Pretty much any language you like. So long as it has API to talk with your OS, you're set. So just pick a language you're comfortable with and go for it. Prior to filing a bug against any of my code, please consider this response to common concerns. Link to comment Share on other sites More sharing options...
cj2000 Posted April 30, 2016 Share Posted April 30, 2016 If you want to use the programm on both Windows and Linux Java could help. If you want high performance on one of that OS than C/C++. Link to comment Share on other sites More sharing options...
BartBBB Posted October 24, 2016 Share Posted October 24, 2016 I don't see why the first person who commented said VB.Net. This can be done with many, many languages. What language do you know? Let's start off from there. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now