Left and Right Arrow keys don't move cursor in focused TextBox

  • Thread starter Thread starter nate axtell
  • Start date Start date
N

nate axtell

VB .NET 2003: I have TextBox controls on the pages of a TabControl, then
when running the application I try to move the cursor when a TextBox has
focus. The Right and Left arrow keys don't move my cursor through the text.
Only the Up and Down arrows work for moving the cursor left and right. Has
anyone seen this behavior before?
 
Narrowing the problem even more, it appears that the TabControl is using the
Left and Right Arrow Key events. How can I have the arrows affect the
TextBoxes and not switch between the tabs?
 
Back
Top