0

In the Windows scripting API is there any way to move the mouse through similar to the wshell.SendKey() function?

1 Answer 1

1

The short answer is "No"

The long answer is, if you really know what you're doing you can make calls to the underlying Win32 API to do this for you.

However I wouldn't like to have to do this through PInvoke in .net, or directly from C++.
Considering you can't call out to the Win32 API directly from VBScript, the long answer is also "No".

Sorry

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.