Hi all, I have a textbox and I have set the UseSystemPasswordChar to True and it still shows the text, am I missing something simple? I can use the PasswordChar to a special char like * but that's not what I want. Thanks.
{VB.Net 2008 Express on Vista}
If the PasswordChar property is empty then it shows the exact data.
The UseSystemPasswordChar property overrides your selection (PasswordChar) -doesnt matter if it is empty- and uses the character that is provided by the operating system. [XP uses the bullet]
Yes I have seen the bullets in XP, but why won't it display them in Vista? Like before even when I have the useSystemPasswordChar to True I still get the data??? Whether I use a char in PasswordChar or not.
You can place an "*" or Bullet in the PasswordChar property. I just created a Login form in VB. When the user types a UserName or Password in the textboxes, an "*" will show for each letter or number.
agooddatamgr, thank for replying, but I am well aware of that. I am not a noob, just found something that is not working as it should. If you read my posts you will see I already said what you said, but I don't want an "*". Anyway the problem is resolved.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.