Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: Settings in VB6 App Using Registry
But with those you don't really have much control.
If you want more control, use RegOpenKey(), RegCreateKey(), RegQueryValueEx(), RegSetValueEx(), and RegCloseKey().