L
Lars Netzel
If I press the Key "a" on the keyboard, all the events and properites will
only give me "65" as keycode.. and I want it to give me "a".
If I use the KeyPress event.. then I will have access to e.KeyChar which
will give me the "a" but I can't use that here.. I need to use the KeyDown..
since you can only capture ONE key in KeyPress and I'm looking for Several
Keys.
So I need to convert the KeyCode "65" into a Character... any ideas on how?
Regards
/Lars Netzel
only give me "65" as keycode.. and I want it to give me "a".
If I use the KeyPress event.. then I will have access to e.KeyChar which
will give me the "a" but I can't use that here.. I need to use the KeyDown..
since you can only capture ONE key in KeyPress and I'm looking for Several
Keys.
So I need to convert the KeyCode "65" into a Character... any ideas on how?
Regards
/Lars Netzel