darkwraith
Programmer
Hi,I have to encrypt a text in a textbox while typing it in (like a password).
Does anyone know if there is a way to do it authomatically?
I implemented a simple function to be called in the TextBox_KeyUp event (to substitute letters as they are typed with '*'), but it results very slow.
Thanks for any help
Does anyone know if there is a way to do it authomatically?
I implemented a simple function to be called in the TextBox_KeyUp event (to substitute letters as they are typed with '*'), but it results very slow.
Thanks for any help