R
RxB
If I use KeyPress the KeyAscii parameter returned for the"#" key is 35.
If I use KeyDown the KeyCode parameter returned for the"#" key is 222.
The 35 I understand and is documented in the VB help. However the 222 is a
mystery to me. The help for KeyDown is a little vauge in this area. Is there
a
list somewhere that documents what is returned to the KeyCode of the
KeyDown event.
Many thanks,
Roy
If I use KeyDown the KeyCode parameter returned for the"#" key is 222.
The 35 I understand and is documented in the VB help. However the 222 is a
mystery to me. The help for KeyDown is a little vauge in this area. Is there
a
list somewhere that documents what is returned to the KeyCode of the
KeyDown event.
Many thanks,
Roy