X-Ecutioner Posted November 6, 2004 Posted November 6, 2004 I fully understand how to use WSH files and how to get inputs and everything working. The question I have is if there are any methods that click the mouse button, hopefully in a certain position on the screen. If not, can anyone recommend an alternative that does perform mouse inputs?
jdoe Posted November 6, 2004 Posted November 6, 2004 Search for informations on SendKeys - "WScript.Shell"
RogueSpear Posted November 6, 2004 Posted November 6, 2004 This is one of the main features of AutoIt (freeware). Take a peek at the AutoIt Scripts sticky thread.
CoffeeFiend Posted November 6, 2004 Posted November 6, 2004 AutoIt is best for things like that. Not only it can click at specific coordinates, but also on control with specific classes names.vbscript cannot send WM_ messages or mouse clicks in any other way.I think if you try AutoIt once, you will adopt it. It's very similar to vbscript, plus a some functionnalities...
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