VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This code call all ascii cherecters and show that in a listbox.

by Besmellah (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 23rd July 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This code call all ascii cherecters and show that in a listbox.

Rate This code call all ascii cherecters and show that in a listbox.




Private Sub Form_KeyPress(KeyAscii As Integer)
i = KeyAscii
End Sub

Private Sub Form_Load()
For i = 1 To 255

List1.AddItem chr(i)

Next

End Sub


Download this snippet    Add to My Saved Code

This code call all ascii cherecters and show that in a listbox. Comments

No comments have been posted about This code call all ascii cherecters and show that in a listbox.. Why not be the first to post a comment about This code call all ascii cherecters and show that in a listbox..

Post your comment

Subject:
Message:
0/1000 characters