<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > Windows API > SendKeysBulk |
Description
Send text to the current top-level window simulating keyboard keystrokes. No special keys are translated.
Syntax
hWnd = Sendkeys(TextToSend)
Returns
Number: handle to the window if found
Parameters
Name |
Type |
Optional |
Meaning |
TextToSend |
String |
No |
Text to send |
Remarks
This SendkeysBulk is similar to SendKeys but it does not interpret special keys like {ENTER}, {ESC}, {UP}, ...
Just plain text.
Restrictions
See also
Examples