Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/07/2004, 11:01
rsiles
 
Fecha de Ingreso: abril-2004
Ubicación: Managua
Mensajes: 150
Antigüedad: 21 años
Puntos: 0
Crear un formulario, con un TextBox

Sub Text1_Keypress(KeyAscii As Integer)
If KeyAscii <> Asc("9") Then
If KeyAscii <> 8 Then
KeyAscii = 0
End If
End If
End Sub