Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
O.P. [?] WM_KEYUP
Has anyone got the decimal or hex number I need to register the notification of the KeyUp Event? I couldn't get it to work so I tested it with WM_PAINT (5) and it was working fine.
I even set up a loop from 0 to 400 and tried seeing which ones were triggered on key press, but with no luck.
Well, I am not sure (and could possibly be wrong!), but does your window you register for message notification has a child window (such as a control like a textbox) focused? I remember in this situation, the window itself won't process/receive WM_KEYUP.