• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is VBScript SendKeys disabled in XP SP3?

manko

Golden Member
The other day, I needed a macro to do a few thousand repetitive keystrokes, so I thought I would try it with VBScript.

Whatever I did, I could not get the following line to work:

WshShell.SendKeys "{DOWN}"

Have some SendKeys commands been disabled for security reasons or is it just flaky?


Anyway, I found a quick and easy solution using AutoIt and Send("{DOWN}") , but I'm still wondering why I couldn't get the VBScript to work.
 
Back
Top