-
Ok, I'm trying to get the keys that i press(form1_keydown) to go into a text box and in order to do that, I need to convert keycode to its ascii equivilent. Thats what i don't know how to do. I though that there was a really easy way to do it, but I can't think of it off the top of my head and my help isn't working because i think i lost the disk.
-
Just because you lost the disk doesn't mean you can't get help...MSDN is free and online at:
http://msdn.microsoft.com/library/
A search for "Keycode to Ascii" turned up this page, which has several links that should help you solve your problem
-
Hey, thats great. I didnt know that you could get msdn library stuff online. thats pretty cool. But anyways, I still can't figure out how to convert the keycode to its ascii equivilent and I think that i still won't be able to get the results im looking for. I need it to send whatever I type in(form1_keydown) into a text box and with the shift thing and stuff like that, i don't know how i would go about doing that.