Is there a way I can code passwords to stay the same between program runs?
I want to create a change password dialog and have the user able to change the password and VB remember it. Any help would be wonderful. Thanks.
Printable View
Is there a way I can code passwords to stay the same between program runs?
I want to create a change password dialog and have the user able to change the password and VB remember it. Any help would be wonderful. Thanks.
Save password to Registry
Regards,
Michi
when he clicks the option od change password
take his user name
and then find it in ur database with the "Find"
method and take an input from the user that is new password
and make then change in the password field with the new password