leontager Posted August 6, 2003 Posted August 6, 2003 is there any built in function to find the virtual key code of each character. I know about http://msdn.microsoft.com/library/default.asp?url=/library/en-us/w98ddk/hh/w98ddk/keycnt_4fqw.asp but I need my program to send differnt keys each time and I don't want to make a big case statemnt. Quote
*Experts* mutant Posted August 6, 2003 *Experts* Posted August 6, 2003 You need to have a Select Case or If Then statement to check what VK it is. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.