CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Registry

  1. #1
    Join Date
    Feb 2000
    Posts
    1

    Registry

    I want to know how to store passwords in registry. Thanks in advance to anyone who will help me.



  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Registry

    you can use VB's SaveSetting function to save values in the registry.
    If you need more flexibility use the registry API:
    RegCreateKeyEx, RegSetValueEx and RegCloseKey


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