A
Ada
hi folks,
i've been searching for solution for a couple days now.
hoping someone here have an easy solution.
i have a winform with one textbox.
i'm trying to capture the keystroke and display the ASCII code
in MsgBox before it displays in the textbox.
i tried KeyValue and KeyCode in KeyPress event but those seem to display
only the capital letter.
when i input lowercase, the KeyValue is still the same.
example, KeyValue of "A" or "a" are the same value of 65.
any suggestions appreciated.
tia,
i've been searching for solution for a couple days now.
hoping someone here have an easy solution.
i have a winform with one textbox.
i'm trying to capture the keystroke and display the ASCII code
in MsgBox before it displays in the textbox.
i tried KeyValue and KeyCode in KeyPress event but those seem to display
only the capital letter.
when i input lowercase, the KeyValue is still the same.
example, KeyValue of "A" or "a" are the same value of 65.
any suggestions appreciated.
tia,