standard password mask character?

  • Thread starter Thread starter Smokey Grindle
  • Start date Start date
S

Smokey Grindle

I have a text box on my form which I want masked as a password field, but I
can't figure out what the standard mask character is in windows XP and up...
anyone know what makes those round circles for the mask? thanks!
 
It's a non-issue though, as you can just set the UseSystemPasswordChar
property to true to have the TextBox use the system password character.
 
but when used in a non-textbox, you cant :P

Nicholas Paldino said:
It's a non-issue though, as you can just set the UseSystemPasswordChar
property to true to have the TextBox use the system password character.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Smokey Grindle said:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top