How to write in a textbox just numbers
How to write in a textbox just numbers
Rate How to write in a textbox just numbers
(1(1 Vote))
if keyascii <= 122 and keyascii >= 97
keyascii = keyascii -32
end if
end sub
How to write in a textbox just numbers Comments
No comments yet — be the first to post one!
Post a Comment