Good evening anyone, im having a hard time looking for the ascii code or number of a specific key in my keyboard, does anyone have a vb6 program that when you click a key on the keyboard it automatically displays the number equivalent in ascii? program or code will be appreciated, thanks
critznikkian 0 Newbie Poster
Recommended Answers
Jump to Postyou simply need to use ASCII function and call the same in
KEY_PRESS or KEY_DOWN event
Show some effort before asking for code.
Jump to Posttry this :
Private Sub Form_KeyPress(KeyAscii As Integer) MsgBox KeyAscii End Sub
All 7 Replies
debasisdas 580 Posting Genius Featured Poster
Jx_Man 987 Nearly a Senior Poster Featured Poster
AndreRet 526 Senior Poster
critznikkian 0 Newbie Poster
critznikkian 0 Newbie Poster
Jx_Man 987 Nearly a Senior Poster Featured Poster
AndreRet 526 Senior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.