Click to See Complete Forum and Search --> : Registry


knchavan
February 16th, 2000, 03:41 AM
I want to know how to store passwords in registry. Thanks in advance to anyone who will help me.

Lothar Haensler
February 16th, 2000, 03:56 AM
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