04-04-2012, 12:24 PM
Alright, I looked into your project file, and turns out you just needed one line of code that I forgot to tell you about. Just insert this code everytime you change the password
That will save all of the settings so they can be used when the application restarts!
Code:
My.Settings.Save()
That will save all of the settings so they can be used when the application restarts!