'ส่วน Combobox ไม่สามารถใช้งานรูปแบบนี้ได้จาก Keypress ก็ใช้วิธี Set Focus แทน ดังนี้
Private Sub Combobox1_KeyUp(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Combobox1.KeyUp
If e.KeyCode = Keys.Enter Then
Textbox4.Focus()
End If
End Sub
ไม่มีความคิดเห็น:
แสดงความคิดเห็น