Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SendKey
Message
From
12/07/2006 11:20:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
SendKey
Miscellaneous
Thread ID:
01135717
Message ID:
01135717
Views:
66
Hello,

How can I simulate the function SendKeys using WINAPI ?
VFP's KEYBOARD function does not work outside VFP.

Using Windows Scripting, it works fine this way :
oShell=CREATEOBJECT("Wscript.Shell")
oShell.SendKeys("abcde")
But my preference would be to make it work using the API.

TIA

Cesar
Next
Reply
Map
View

Click here to load this message in the networking platform