PDA

Click to See Complete Forum and Search --> : Taborder


Smallkeung
Jan 6th, 2000, 03:30 AM
Is there any wizard to set the tab order in VB rather than set the tabindex properties for each control separately ?

ravcam
Jan 6th, 2000, 05:05 AM
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!

markwestcott
Jan 6th, 2000, 05:34 AM
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

markwestcott
Jan 6th, 2000, 05:34 AM
I'M A MEMBER - YEAH!

Clunietp
Jan 6th, 2000, 10:53 AM
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 :)