Public Class Form1
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
If TextBox1.Text.Length = 4 Then
If TextBox1.Text = "0000" Then
TextBox2.Text = "mathematics"
ElseIf TextBox1.Text = "0001" Then
TextBox2.Text = "Science"
ElseIf TextBox1.Text = "0002" Then
TextBox2.Text = "Biologies"
End If
End If
End Sub
End Class
อันนี้เป็นตัวอย่างครับ แต่ไม่ได้กด Enter นะ หุหุ
ถ้าจากด enter ต้องไปเปลี่ยน Events จาก text changed เป็น Key press