CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2001
    Posts
    1

    Saving passwords

    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.


  2. #2
    Join Date
    May 2001
    Location
    Canada
    Posts
    182

    Re: Saving passwords

    Save password to Registry

    Regards,

    Michi

  3. #3
    Join Date
    Jul 2001
    Location
    maharashtra,india
    Posts
    181

    Re: Saving passwords

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured