|
-
Mar 30th, 2004, 06:17 PM
#1
Thread Starter
Hyperactive Member
Does keyb_event support uppercase or shift needed?
It's probably more a question of..are there virtual keys for uppercase?
Maybe someone can offer another solution.
Say I have a string of "HeY". How could I send that into a function to have it typed out in the same case?
-
Mar 31st, 2004, 09:07 AM
#2
-
Mar 31st, 2004, 01:12 PM
#3
Thread Starter
Hyperactive Member
-
Mar 31st, 2004, 03:08 PM
#4
-
Mar 31st, 2004, 03:28 PM
#5
Thread Starter
Hyperactive Member
no, it wont- directx mainly. I am looking for a way to send capital letters w/o using
vkey = vbKeyShift
keybd_event vkey, 0, 0, 0 ' press stored key
keybd_event vkey, 0, KEYEVENTF_KEYUP, 0 ' release stored key
in between the letter
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
|