R
raju
Hai,
How to trace (intercept), whether the user pressing arrow keys( 4
- left, right, up or down)
in a button, using compact framework.
In my application, i am using 8 buttons in a form. I need to move
from one button to another using only, left or right arrow keys. when i
press other keys, there is no action in that button.
In my code, i try with keycode property in keydown event and
keyvalue property in keypress event. But it doesn't work for the button
control. It is fine for other controls.
Any one know the answer pl. let me know.
Regards,
Raju.
How to trace (intercept), whether the user pressing arrow keys( 4
- left, right, up or down)
in a button, using compact framework.
In my application, i am using 8 buttons in a form. I need to move
from one button to another using only, left or right arrow keys. when i
press other keys, there is no action in that button.
In my code, i try with keycode property in keydown event and
keyvalue property in keypress event. But it doesn't work for the button
control. It is fine for other controls.
Any one know the answer pl. let me know.
Regards,
Raju.