M8 Sendkeys Executable
The Sendkey executable is supplied in Sendkey.zip.
Sendkey.zip contains
Sendkey.exe - a command line version of keysend
Msvbvm50.dll - The VB runtime
Readme.txt - A text file containing the Sendkey command
syntax
To use the SendKey executable, place SendKey.exe and Msvbvm50.dll in the same folder as your executable.
then
Launch sendkey.exe using
the WinExec() API function.
EXAMPLE:
WinExec("MyExecutablePath/Sendkey.exe /command", 0)