Sounds stupid but I am using VS2002 and I dont have a password textbox in my toolbox. I only have textbox.. How do I make this echo as a password field?
Thanks!
Printable View
Sounds stupid but I am using VS2002 and I dont have a password textbox in my toolbox. I only have textbox.. How do I make this echo as a password field?
Thanks!
a textbox can be used for a password textbox as you can see in the screen shot all you will need to do is put * in the PasswordChar properties of the textbox
http://img168.imageshack.us/img168/9485/qwhar4.jpg
Ahh.. I should have figured as much. Thanks!