VBForums
>
Visual Basic
>
API
> Sendkeys??
PDA
Click to See Complete Forum and Search -->
:
Sendkeys??
Chris_SE
Dec 21st, 2000, 11:01 AM
Is there an Api that does the same thing as sendkeys?
Dec 21st, 2000, 02:43 PM
Yes; SendMessage is the function, and either WM_CHAR or WM_KEYDOWN is the message.
SendMessage Text1.hWnd, WM_CHAR, vbKeyA, 0
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.