virtual key code
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
what is a virtual key code for number keys. Like VK_TAB for tab . for 0 - 9 what is a key code.
prathuraj wrote:
for 0 - 9 what is a key code.
For 0, it is 0x30 and so on... Refer to the following URL for a complete list of virtual key codes. http://msdn2.microsoft.com/en-us/library/ms645540.aspx[^]
Nobody can give you wiser advice than yourself. - Cicero
-
what is a virtual key code for number keys. Like VK_TAB for tab . for 0 - 9 what is a key code.