Código:
Private Sub Text1_KeyPress(KeyAscii As Integer)
If KeyAscii = 8 Then GoTo 1
If KeyAscii < 48 Or KeyAscii > 57 Then KeyAscii = 0
1: ''
End Sub
|
|||
Tema destacado: Sigue las noticias más importantes de seguridad informática en el Twitter! de elhacker.NET |
|
|