EFileTahi-A Posted July 12, 2005 Posted July 12, 2005 I need to remove the password character that is set, but through code. The ideia is to create a button to show/hide the password on some textbox by removing/setting up the password char. Setting the object.Passwordchar to null does not work. I think I need to remove the object's passwordchar handler instead. If I am right, how can I do this? Quote
Machaira Posted July 12, 2005 Posted July 12, 2005 Try: this.textBox1.PasswordChar = (char)0; Quote Here's what I'm up to.
EFileTahi-A Posted July 12, 2005 Author Posted July 12, 2005 Thank you too much Machaira! It works perfectly! - THREAD CLOSED - Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.