Guest_imported
New member
- Jan 1, 1970
- 0
One location in the MSDN library says that the hook WH_KEYBOARD will catch
the WM_CHAR message, another says that it will catch only WM_KEYUP and WM_KEYDOWN.
If it is possible to catch the WM_CHAR message, how do I tell it is that
message? And how do I post that message to another window (wParam is the
virtual keystroke - I want the ASCII character, available with WM_CHAR)?
Thanks
the WM_CHAR message, another says that it will catch only WM_KEYUP and WM_KEYDOWN.
If it is possible to catch the WM_CHAR message, how do I tell it is that
message? And how do I post that message to another window (wParam is the
virtual keystroke - I want the ASCII character, available with WM_CHAR)?
Thanks