Results 1 to 2 of 2

Thread: Sendkeys??

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Columbus Ohio
    Posts
    217
    Is there an Api that does the same thing as sendkeys?
    Chris

    [email protected]
    Windows XP RC2 B2526
    Visual Studio.Net Beta 2
    C++, VB, VB.Net, ASP, PHP

  2. #2
    Guest
    Yes; SendMessage is the function, and either WM_CHAR or WM_KEYDOWN is the message.
    Code:
    SendMessage Text1.hWnd, WM_CHAR, vbKeyA, 0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width