Set TabIndex
[quoted text, click to view] >-----Original Message-----
>I have a vb.net form with several controls(textboxes,
comboboxes,
>buttons) grouped in several groupboxes and panels. Once
I tab into a
>panel or groupbox, the tabbing cycles in that groupbox
or panel
>(container). Is there any way I can tab out of a textbox
in a panel to
>another textbox in another panel easily (without using
leave event of
>a control)?
>
>John
>.
Let me explain my problem a little more. I have a form with 2
groupboxes, each having several textboxes and labels. The form also
has labels, textboxes and button controls outside the groupboxes. Now
I want the tab order to go to 2 textboxes in the form, then to the
textboxes in groupbox1, then to textboxes in goupbox2, and then to the
buttons which are outside groupboxes just on the main form. Setting
the tabindex will only help to cycle in the main form, or enter the
groupbox only after visiting all the controls in the mainform,
eventhough some of those controls on the main form might have a higher
tabindex than the controls in the groupbox.
In VS.Net 2002 the tabbing seems to cycle. In vs.net 2003, the tab
order doesn't work well as intended when there are controls in
groupboxes or tabcontrol pages. Is there any setting that I am unaware
of?