ToolStripTextBox as Password

 

Can I make a ToolStripTextBox show a character if I am using it for a password ie a * instead of a character as you can in a textbox ? Yes

ToolStripTextBox1.TextBox.PasswordChar = "*"c

From http://vbcity.com/forums/topic.asp?tid=153131

 

Leave a comment