JDT
03-15-2003, 07:50 PM
One of VB's most stubborn behaviors is the tab key. It wants to move focus to the next control in the tab order. When it comes to a text box, you might want to move to the next tab stop in the text box instead of moving focus to another control. There are a few ways to do this that are posted on the internet. I feel this is the cleanest way to do it and the only *correct* way that I know of.
If you are interested in keyboard hooks or any of the other hook types, I suggest you read the Hooks Overview in MSDN.
Like usual, there might be a real simple way to do this that I have overlooked ;)
Fixed a couple bugs on 3-29-03.
If you are interested in keyboard hooks or any of the other hook types, I suggest you read the Hooks Overview in MSDN.
Like usual, there might be a real simple way to do this that I have overlooked ;)
Fixed a couple bugs on 3-29-03.