Hi guys...

I have several forms which use a password (which im currently storting as a string in each form that uses it).

WHat i would like to do is be able to change this password so that any changes are kept when i shut down the program and then run it again the next day (if that makes sense).

I would like to avoid using some external file to store the variable (like a database or text file) if possible.

Anyone able to help?