Navigation: thinBasic Modules > UI (User Interface) > Windows > 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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |