K
Kevin
I'm trying hard to like Visual Basic 2006. Lots of things it does alot
easier and better than VB6. But some things it does not. And one thing
I can't understand their reasoning behind is the Tabindex property.
How can two controls on the same form have the same Tabindex? If I add
a control in the middle, I have to go through all of them again--it
won't just bump up the count like VB6 would. In the Beta, you could
click on View ----> Tab Order and just click through the controls and
set the tab order. It didn't make it into the final version (if it
did, I can't find it).
Also, I have about 100 controls on one form (half of them labels) and
one multi-line textbox has Tabindex of 27, but pressing Tab key, it
doesn't receive focus until the end. WHY?
Is there a better way to do this or is everyone as frustrated as me?
easier and better than VB6. But some things it does not. And one thing
I can't understand their reasoning behind is the Tabindex property.
How can two controls on the same form have the same Tabindex? If I add
a control in the middle, I have to go through all of them again--it
won't just bump up the count like VB6 would. In the Beta, you could
click on View ----> Tab Order and just click through the controls and
set the tab order. It didn't make it into the final version (if it
did, I can't find it).
Also, I have about 100 controls on one form (half of them labels) and
one multi-line textbox has Tabindex of 27, but pressing Tab key, it
doesn't receive focus until the end. WHY?
Is there a better way to do this or is everyone as frustrated as me?