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.
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.
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.
I went to bed. Just wanted to get the questions out. I guess you are right, just could prompt a messagebox for every keyup. :)
We good now. :)