Menu

#9 aedTextBox should only accept printable characters

open
nobody
None
5
2007-01-13
2007-01-13
bak
No

in vm_keydown during the switch it should be:

default:
if(key && isprint(key))
{

that way non-printable characters (like ctrl+c) won't be able to be input into text fields.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB