kulfanumber
Programmer
In keypress event of rtb, i want to detect the keypress and change the char printed e-g if i enter e then i want to change it to b. i can detect the key pressed by using keyascii = asc(e.keychar) but then how to set it to different value?