tabindex probs

  • Thread starter Thread starter EricJ
  • Start date Start date
Hi Eric,

Tom Leyton had a greath idea, can you try that, he changed

' TabControl1.TabPages.Remove(lambiek(i)) delete this one
Next
lambiek.Sort(sidonia, lambiek)
TabControl1.Tabpages.clear
For i As Integer = 0 To lambiek.Length - 1
TabControl1.TabPages.Add(lambiek(i))
Next
End Sub

With him did work all three methods.

You can see his message in that row with OT s. Screen print VB.net.

Cor
 
Hello,

Look at this code


Private Sub SSTab1_Click(PreviousTab As Integer)

Select Case PreviousTab
Case 0


default:
End Select

Select Case SSTab1.Tab

Case 1

Case 2

Case 3

Case 4

Case 5


End Select

End Sub




Warm Regards,

Ayaz Ahmed
Software Engineer & Web Developer
Creative Chaos (Pvt.) Ltd.
"Managing Your Digital Risk"
http://www.csquareonline.com
Karachi, Pakistan
Mobile +92 300 2280950
Office +92 21 455 2414
 
Hi,

Thank you for your help but the problem is about the tabstops of the
textboxes on a tabcontrol.

Kevin
 
Back
Top