Short question here:
In .Net 4.0 Winforms, how do I use the PasswordChar
property of a Textbox
to show a common black dot as a character? Is there perhaps some font I can use that has this as a character?
If I use 'UseSystemPasswordChar = true
' it shows an asterisk (*).