Advertisement

Keyboard keys

Started by April 13, 2003 10:40 AM
2 comments, last by Xiachunyi 21 years, 10 months ago
Hello, I am about to begin a program in which the user''s keyboard is emulated on to the screen, and I have ran into some trouble. What is the case syntax for each individual key? I know: VK_F1 and so on to F12 VK_ESCAPE ''1'' and so on ''A'' and so on What about ctrl, insert, scroll lock, spacebar, and so on? Thanks in advance
VK_CONTROL, VK_INSERT, VK_SCROLL, VK_SPACE

You''ll find it all here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceddk40/htm/cmconVirtual-KeyCodes.asp
Advertisement
Thankyou so much!
It is due in class tomorrow.
Hehe, np...

This topic is closed to new replies.

Advertisement