Question and Answer Database FAQ2473C.txt Where are the VK_Key constants A-Z and 0-9 declared? Category :VCL Platform :All Product :C++Builder 3.x Question: Where are the VK_Key constants A-Z and 0-9 declared? Answer: From Winresrc.h: VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 — 0x39) VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 — 0x5A) 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99