when a cursor key is pressed, WM_KEYDOWN is received, and when it is released, WM_KEYUP is received. How can I get this same functionality with a character key?
I found the messages WM_CHAR and WM_DEADCHAR, but they dont work like the above messages. Can anyone help?
Thanks, Nick