雪莉屋-心情故事篇
2015年11月17日 星期二
只能輸入數字
Function IsInputChar(ByVal charCode As Char) As Boolean
If (Char.IsControl(charCode) Or Char.IsDigit(charCode)) Then
Return True
Else
Return False
End If
End Function
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言