Hey folks, is anyone currently successfully using "do as vbscript" and
sending keystrokes to other application windows?
I have it set to work when i hit a hotkey....
this is my vb script:
Dim Wsh
Set Wsh = CreateObject("Wscript.Shell")
Wsh.AppActivate "Notepad"
Wsh.SendKeys "Test abc"
it works to focus notepad every time
but only once in a while do the sendkeys work, what am I doing wrong?
Thanks,
Tom
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode