nothing sei un ingenuo cresci e fatti furbo!
Textbox.UseSystemPasswordChar = True/False
If CheckBox1.Checked = True Then
TextBox.PasswordChar = True
Else
TextBox.PasswordChar = False
End If
TextBox.UseSystemPasswordChar = IIf(CheckBox.Checked, TextBox.UseSystemPasswordChar = True, TextBox.UseSystemPasswordChar = False)
TextBox.UseSystemPasswordChar = CheckBox1.Checked