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

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?
 
N

nate axtell

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top