R
Richard Lewis Haggard
I have a user control for which I'm trying to intercept arrow keys. I've
subscribed to both the KeyDown and KeyPress events. Normal keys are
delivered through the KeyPress event handler but arrow keys are not
delivered here. They do arrive at the KeyDown event but only if the control
key is also down. What am I doing wrong?
subscribed to both the KeyDown and KeyPress events. Normal keys are
delivered through the KeyPress event handler but arrow keys are not
delivered here. They do arrive at the KeyDown event but only if the control
key is also down. What am I doing wrong?