Is there any wizard to set the tab order in VB rather than set the tabindex properties for each control separately ?
Printable View
Is there any wizard to set the tab order in VB rather than set the tabindex properties for each control separately ?
The tab index is the only way to accomplish this that I know of, however if you put the controls on the form in the order that you want them to tab that also will work. Although I have only been programing 4 months! There might be a way but I am pretty sure!
I am pretty sure that there is no way of automatically setting the tab order - How is the program meant to know the tab order you want??
Mark
I'M A MEMBER - YEAH!
There is a sample VB add in project that will automatically set your tab order from top left to bottom right....I believe it is on the CD in the samples
PS: Don't anyone ask me for the code if you don't legally own a copy of VB, I won't send it to you :)