أمر الضغط على Enter :
فى خاصية فى textbox اسمها KeyDown بتكتب فيها
فى خاصية فى textbox اسمها KeyDown بتكتب فيها
PHP كود :
If e.KeyCode = Keys.Enter Then //this code tell program if user press Enter, focus on TextBox1
TextBox1.Focus()
End If
