Results 1 to 5 of 5

Thread: what are sendkeys?

  1. #1

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    what are sendkeys?

    What are sendkeys? I have heard of them manytimes, just never had to use them.

    Thanks!
    My usual boring signature: Something

  2. #2
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: what are sendkeys?

    SendKeys simulates keystrokes, and sends them to the currently active window.

    ie:

    VB Code:
    1. Text1.SetFocus
    2. SendKeys "h"

    Will simulate a keystroke of the H key and put it into Text1.

  3. #3

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: what are sendkeys?

    so it is like typing. But the computer is the one typing? Why do people use them to send info to other programs then?
    My usual boring signature: Something

  4. #4
    New Member
    Join Date
    Nov 2006
    Posts
    10

    Re: what are sendkeys?

    i use it for a autotyper in games

  5. #5
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: what are sendkeys?

    I use it to trick people into thinking their computer is possessed. It's awesome that use can make the computer auto type stuff.

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