Hi,
I'm using the textchanged and key press events to catch certain keyboard events, but I can't seem to catch the arrow keys. Is there a seperate event?? Are these keys supported??
Thanks,
Stone_G
Printable View
Hi,
I'm using the textchanged and key press events to catch certain keyboard events, but I can't seem to catch the arrow keys. Is there a seperate event?? Are these keys supported??
Thanks,
Stone_G
I figured it out.... Arrow keys and function keys use the KeyUp event.
I learned something new today! :)