Results 1 to 7 of 7

Thread: sendkeys help

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2003
    Posts
    10

    sendkeys help

    hi i am making a prog for this game i play and to exit the game u r in u have to push the ` and the esc key at the same time and i was wondering if ne one could tell me how to go about doing this using sendkeys. thnx in advance

  2. #2

  3. #3

    Thread Starter
    New Member
    Join Date
    Dec 2003
    Posts
    10
    thnx for trying to help man but i need it to send the keys not me press the key and it do something after i press them.

  4. #4
    Member
    Join Date
    May 2003
    Posts
    59
    So you're trying to use SendKeys from a VB program to send keystrokes to another program?

  5. #5

    Thread Starter
    New Member
    Join Date
    Dec 2003
    Posts
    10
    yes, i have done single sendkeys like for example if i want it to hit enter for me i type sendkeys "~", and it hits enter, but i dunno how to make it hit the ` and esc key at the same time. I have tried stuff like
    sendkeys "`" + "{esc}"
    sendkeys "`+{esc}"
    sendkeys "`{esc}"
    none of those seemed to work

  6. #6
    Member
    Join Date
    May 2003
    Posts
    59
    Try SendKeys "(`{esc})"

  7. #7

    Thread Starter
    New Member
    Join Date
    Dec 2003
    Posts
    10
    tried it didnt work

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