I want to know how to store passwords in registry. Thanks in advance to anyone who will help me.
Printable View
I want to know how to store passwords in registry. Thanks in advance to anyone who will help me.
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