16-06-18, 09:46 PM
أستخدم هذا الكود وكل عام وانت بألف خير
كود :
Private Sub TextBox1_KeyDown(sender As Object, e As KeyEventArgs) Handles TextBox1.KeyDown
If e.KeyCode = Keys.Enter Then
TextBox2.Focus()
End If
End Sub