R
R Tanner
Hi,
I want to assign the value of the password of the current user to a
variable that will hold the value, even after the program is closed
and reopened. I plan on having a button that will clear out the value
of that variable if the user so wishes. Every time the program is
loaded, the form_open event for my main form can check the value of
this variable and, if it is null, it will require the user to login.
There will be a checkbox there called remember my password. If it is
checked, the value of the password and the username will be assigned
to two separate variables and held for an undetermined amount of time,
regardless of whether the application is closed or not.
What would I be best suited to use to do this?
Thanks.
I want to assign the value of the password of the current user to a
variable that will hold the value, even after the program is closed
and reopened. I plan on having a button that will clear out the value
of that variable if the user so wishes. Every time the program is
loaded, the form_open event for my main form can check the value of
this variable and, if it is null, it will require the user to login.
There will be a checkbox there called remember my password. If it is
checked, the value of the password and the username will be assigned
to two separate variables and held for an undetermined amount of time,
regardless of whether the application is closed or not.
What would I be best suited to use to do this?
Thanks.