Does anyone know how to detect the difference between the "+" key being pressed on the main part of the keyboard and the numeric peypad "+" key being pressed. They both have the same virtual key code?
Printable View
Does anyone know how to detect the difference between the "+" key being pressed on the main part of the keyboard and the numeric peypad "+" key being pressed. They both have the same virtual key code?
I think their scan code in the keyb layout is different but how you would distinguish that in MFC beats me..sorry