I can proces the WM_KEYUP message just fine. I am capturing WM_KEYUP messagse for NUMPAD0-NUMPAD9. The problem is, when NUMLOCk is off, nothing happens. How do I process the WM_KEYUP message for NUMPAD0-NUMPAD9 when NUMLOCK is off? :)

Are the VK values different when NUMLOCK is off, and if so, what are they?

I searched the boards and MSDN (i've been up for over 20+ hrs, so I may not be catching everything I want to from teh internet) and have not come up with anything.
Posted on 2003-07-13 07:36:56 by xkardisx
Why not write a little test app and find out? I'm on a laptop or I would check but all you need is a dialog skeleton and check the vkeys that are returned.
Posted on 2003-07-13 11:17:58 by donkey
I went to bed. Just wanted to get the questions out. I guess you are right, just could prompt a messagebox for every keyup. :)
Posted on 2003-07-13 13:05:49 by xkardisx
We good now. :)
Posted on 2003-07-13 14:11:16 by xkardisx