Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How can I use a TextBox to enter a password?

Set the TextBox.PasswordChar property.

textBox1.PasswordChar = '\u25CF';

Contributed from George Shepherd's Windows Forms FAQ



Page view counter