jueves, 6 de noviembre de 2014

C# - How to convert a textbox in a password control


if (textBox1.UseSystemPasswordChar == false)
    textBox1.UseSystemPasswordChar = true;
else
   textBox1.UseSystemPasswordChar = false;

No hay comentarios.:

Publicar un comentario