I think I've seen something like a WM_KEYDOWN event, or something like it...
how can I catch keys pressed?
Printable View
I think I've seen something like a WM_KEYDOWN event, or something like it...
how can I catch keys pressed?
WM_KEYPRESS
yeah but how do I use it....how can I tell which key has been pushed ???
look it up in the reference - it's all encoded into the lParam and wParam.