How can I get the character that was pressed in a dialog, not the ascii code but like 'a' ?
I used this:
AddDialogHandler>Dialog1,MSMemo1,OnKeyPress,DoKeyPress
and then with %DoKeyPress_Key% I can get ascii value but I would need the character instead.
How to know the last key pressed as a character
Moderators: JRL, Dorian (MJT support)
Re: How to know the last key pressed as a character
Code: Select all
VBEval>chr(%DoKeyPress_Key%),char