VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



How to write in a textbox just numbers

by Iratxe Bajo Urcelay (3 Submissions)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 10th February 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

How to write in a textbox just numbers

Rate How to write in a textbox just numbers



    if keyascii <= 122 and keyascii >= 97
          keyascii = keyascii -32   
    end if 
end sub

Download this snippet    Add to My Saved Code

How to write in a textbox just numbers Comments

No comments have been posted about How to write in a textbox just numbers. Why not be the first to post a comment about How to write in a textbox just numbers.

Post your comment

Subject:
Message:
0/1000 characters