|
|
Using Keystroke Messages
- Typical application would need to look at either WM_KEYUP or WM_KEYDOWN
- Cannot use this method for character recognition
- Could result in errors if non-English keyboards are used
- Character messages are generated for character recognition
|