Posts: 6072 Reputation: 57
40 / /
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().