Quote Originally Posted by brandoncampbell View Post
Anyway to fix the password in the textbox to reflect the later style password text with dots instead of asterisks?
That will do it: (to be done at run-time, e.g. Form_Load event)
Code:
TextBoxW1.PasswordChar = ChrW(&H25CF)