摘要: Private Sub txt文字_KeyDown(KeyCode As Integer, Shift As Integer) If (KeyCode = 13) Or (KeyCode = 9) Then End If End Sub Private Sub txt文字_KeyPress(KeyAscii As Integer) If (Len(txt... 阅读全文
posted @ 2007-10-03 23:15 temptation 阅读(298) 评论(0) 推荐(0)