VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Show all the ASCII characters in a textbox.

by RadioSims (5 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Originally Published: Sun 29th September 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Show all the ASCII characters in a textbox.

API Declarations


'Make sure Text Box properties (Multiline) is TRUE.

Rate Show all the ASCII characters in a textbox.




txtChar.Text = ""
For a = 1 To 255
txtChar = txtChar & Chr(a) & " "
Next



Download this snippet    Add to My Saved Code

Show all the ASCII characters in a textbox. Comments

No comments have been posted about Show all the ASCII characters in a textbox.. Why not be the first to post a comment about Show all the ASCII characters in a textbox..

Post your comment

Subject:
Message:
0/1000 characters