Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending keystrokes to window
Message
From
12/05/2006 13:56:17
 
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
01120957
Message ID:
01121428
Views:
9
Take a look at the sendkeys methode in the WScript object.
Something like:

oShell = Createobject("WScript.Shell")
oShell.AppActivate("Notepad")
oShell.sendkeys("This is a test!")
Previous
Reply
Map
View

Click here to load this message in the networking platform