You are on page 1of 1

Privare Sub TxtSearch_KeyPress(KeyAscii As Integer)

If Not (KeyAscii >= 48 And KeyAscii <= 57) Then


.
.
.
.
.
.
.
End If

- es igual a KeyAscii 45

You might also like