somethin2cool wrote: > Hi guys, > > I am very stuck on trying to write a program which will print out the > result of pressing a key. For example, on QWERTY, The Z key is Row B, > Key 01. So I would like to say "print on screen the character that > will result from pressing key B01" > > I just can't seem to find how to do this. > > Thanks
Scan codes with keyboard locale mappings are probably what you are after. However, you should tell us why you are wanting to do this? You are probably going about it the wrong way. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
