
Diagonales automaticas en fecha
Publicado por ViperAca (8 intervenciones) el 09/07/2006 18:23:05
Que tal, tengo un problema aun mas, JuanC pe paso este codigo y lo pensaba usar para una fecha, pero alparecer no pude adaptarlo, si me pudieran ayudar se los agradeceria
Private Sub TextBox1_KeyPress(KeyAscii As Integer)
If Len(TextBox1.Text) = 2 Then TextBox1.Text = TextBox1.Text & "/"
End Sub
Private Sub TextBox1_KeyPress(KeyAscii As Integer)
If Len(TextBox1.Text) = 2 Then TextBox1.Text = TextBox1.Text & "/"
End Sub
Valora esta pregunta


0