|
-
Dec 19th, 2003, 09:50 PM
#1
Thread Starter
New Member
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
-
Dec 20th, 2003, 12:39 AM
#2
Member
-
Dec 20th, 2003, 12:58 AM
#3
Thread Starter
New Member
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.
-
Dec 20th, 2003, 01:12 AM
#4
Member
So you're trying to use SendKeys from a VB program to send keystrokes to another program?
-
Dec 20th, 2003, 01:15 AM
#5
Thread Starter
New Member
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
-
Dec 20th, 2003, 03:22 PM
#6
Member
-
Dec 21st, 2003, 03:43 AM
#7
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|