- Home
·
- Miscellaneous
·
- This code call all ascii cherecters and show that in a listbox.
This code call all ascii cherecters and show that in a listbox.
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.
(1(1 Vote))
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
This code call all ascii cherecters and show that in a listbox. Comments
No comments yet — be the first to post one!
Post a Comment