VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Simple code to find out the ascii values of characters and numbers.Submitted by Rajesh.S, Vadakkenc

by Rajesh.S (Vadakkencherry,Palakkad) (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 21st April 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Simple code to find out the ascii values of characters and numbers.Submitted by Rajesh.S, Vadakkencherry, [email protected]

Rate Simple code to find out the ascii values of characters and numbers.Submitted by Rajesh.S, Vadakkenc



Private Sub Text1_KeyPress(KeyAscii As Integer)
MsgBox KeyAscii
End Sub

Download this snippet    Add to My Saved Code

Simple code to find out the ascii values of characters and numbers.Submitted by Rajesh.S, Vadakkenc Comments

No comments have been posted about Simple code to find out the ascii values of characters and numbers.Submitted by Rajesh.S, Vadakkenc. Why not be the first to post a comment about Simple code to find out the ascii values of characters and numbers.Submitted by Rajesh.S, Vadakkenc.

Post your comment

Subject:
Message:
0/1000 characters