اتفضلى
Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged
If TextBox1.TextLength = 5 Then
TextBox2.Focus()
End If
End Sub
رقم 5 هو عدد الحروف الى التكست هيقبلها بس
Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged
If TextBox1.TextLength = 5 Then
TextBox2.Focus()
End If
End Sub
رقم 5 هو عدد الحروف الى التكست هيقبلها بس
