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?
Printable View
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?
Where are you trying to send it?
system wide
Maybe try SendKeys... It'll send your text to the active window...
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