when i order tab i use View>Tab Order
I have 3 GroupBoxes in window forms : GroupBox A , GroupBox B, GroupBox C
GroupBox C is within the GroupBox B
GroupBox B is within the GroupBox A
GroupBox A Tab Order is 0 Controls in that group box are like 0.1, 0.2, 0....
GroupBox B Tab Order is 0.0 Controls in that group box are like 0.0.1, 0.0.2, 0.0.3,....
GroupBox C Tab Order is 0.0.0 Controls in that group box are like 0.0.0.1, 0.0.0.2, 0.0.0.3,....
when i run the form i got focus in a TextBox of GroupBox C.
what i want is GroupBox A, GroupBox B and GroupBox C
what do i suppose to do ?
