kode dibawah ini adalah berfungsi pindah ke kontol textbox 2 dan otomatis mengklik button1
Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress
If e.KeyChar = Chr(13) Then
Me.TextBox2.Focus() 'contoh untuk pindah antar kontrol pada text box
Button1_Click(sender, AcceptButton) 'contoh Klik tombol button
End If
End Sub
kutipan gambar dibawah ini