Hi all, I have a login form that will take the user's username and password. I want to store this and access it whenever i want when i go to another form. Id prefer not to pass it to each form and store as a declared property on each form. I thought it would be possible to create a class with a username and password property and read and write to this. I created an instance of this class and write the values to the properties but of course this will drop when i release the instance.
What would be the best method to do this?
cheers.
What would be the best method to do this?
cheers.