hi,
I was trying to type in some keycodes with "keybd_event" API. It works for most keys on the keyboard but i can't find any keycodeconstants for ":" or ";" the ascii values are 59 and 58. But when i use keybd_event 58,1,0,0 nothing happens but other values are fine. I wonder if there is any other way to do the same thing as this API.
Thank you,
Ty1122
I was trying to type in some keycodes with "keybd_event" API. It works for most keys on the keyboard but i can't find any keycodeconstants for ":" or ";" the ascii values are 59 and 58. But when i use keybd_event 58,1,0,0 nothing happens but other values are fine. I wonder if there is any other way to do the same thing as this API.
Thank you,
Ty1122