aliddle
Nov 15th, 2002, 12:02 AM
Hi All,
It appears that in VB.Net Microsoft (In their infinite wisdom) has decided to make arrow keys act like the TAB key. In my application I need to know when the arrow keys are pressed when one of my UserControls has focus. Unfortunately, The arrow keys don't even raise the KeyDown event for my UserControl.
How do I get around this little problem?
Alan Liddle
It appears that in VB.Net Microsoft (In their infinite wisdom) has decided to make arrow keys act like the TAB key. In my application I need to know when the arrow keys are pressed when one of my UserControls has focus. Unfortunately, The arrow keys don't even raise the KeyDown event for my UserControl.
How do I get around this little problem?
Alan Liddle