Jun 23, 2009 #1 dpu IS-IT--Management Jan 24, 2005 179 US I am trying to password protect an application. How do I disguise the password with a character? This is the code I am using. If Textbox1.text = "Username" And Textbox2.text = "Password" Then Form2.Show Me.Hide
I am trying to password protect an application. How do I disguise the password with a character? This is the code I am using. If Textbox1.text = "Username" And Textbox2.text = "Password" Then Form2.Show Me.Hide
Jun 23, 2009 #2 azrobert Programmer Apr 27, 2002 392 US The text box has a property callsed PasswordChar you can set that to the mask you would like. Upvote 0 Downvote
Jun 25, 2009 Thread starter #3 dpu IS-IT--Management Jan 24, 2005 179 US awesome! Thankyou. Still learning VB Upvote 0 Downvote