Nguyên văn bởi rainbowsmile
Xem bài viết
Kết thúc khi nhấn Enter:
Private Sub Text1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then Text1_LostFocus
If IsNumeric(Chr(KeyAscii)) <> True Then KeyAscii = 0
End Sub
Comment