C++
:
Forum
:
Beginners
: Recognising WM_CHAR messages
Search:
cplusplus.com
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Recognising WM_CHAR messages
NerdyOgre254
(17)
Oct 18, 2009 at 11:00am UTC
Hey guys,
I need to be able to detect input from the keyboard, specifically numbers.
I know I have to use WM_CHAR, with switch WParam, but i'm not sure how to identify each individual key.
How do I do this?
Thanks in advance.
Topic archived. No new replies allowed.