README.md
December 5, 2022 ยท View on GitHub
Description
I have seen all of these really complex GetKeyAscii functions out there. Well check this out.
More Info
You need to paste this code in the KeyUp section of the Form Code.
| Submitted On | |
| By | Afro |
| Level | Beginner |
| User Rating | 4.3 (13 globes from 3 users) |
| Compatibility | VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | Files/ File Controls/ Input/ Output |
| World | Visual Basic |
| Archive File |
Source Code
Private Sub Form_KeyUp (KeyASCII as Integer, KeyCode as Integer)
Label1.Caption = KeyCode
End Sub