Thursday 11 April 2013

DOTS OR STERIK INSTEAD IN PASSWORD

HIDE CHARACTERS:

You can use the dots as the passwoer dialog of facebook and other site with a small coding:
Use this:
 textBox1.UseSystemPasswordChar = true; // if you want dots and hide characters
 textBox1.UseSystemPasswordChar = false; // if you want characters intead of dots

No comments:

Post a Comment