Keypad?
Moderator: Moderators
It should work with the virtual key codes:
http://www.kbdedit.com/manual/low_level_vk_list.html
VK_NUMPAD0 0x60
etc.
Note that the values are in hex and you need to convert them to decimal. 0x60 is 96 decimal.
http://www.kbdedit.com/manual/low_level_vk_list.html
VK_NUMPAD0 0x60
etc.
Note that the values are in hex and you need to convert them to decimal. 0x60 is 96 decimal.