请大家一起来讨论一下
Private Sub Text1_KeyPress(KeyAscii As Integer)If ((Asc("") < 49 And Asc("") > 57) Or (Asc("") <> 46) Or (Asc("") <> 118)) Then
Text1.Text = Text1.Text & ""
End If
End Sub
2005-10-10 21:14
2005-10-10 21:32
2005-10-10 21:55
2005-10-10 23:16
2005-10-11 11:37
2005-10-11 13:15

2005-10-11 13:27