Click to See Complete Forum and Search --> : Arrow Keys


Stone_Golem
March 30th, 2003, 03:24 PM
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

Stone_Golem
March 30th, 2003, 07:34 PM
I figured it out.... Arrow keys and function keys use the KeyUp event.

I learned something new today! :)