When use SaveSettings command in VB6, and then go to regedit and look in HKEY_CURRENT_USER\Software and also in HKEY_LOCAL_MACHINE\SOFTWARE, I can't find it anywhere. Here's the code I used.
It should either be in HKEY_CURRENT_USER\Software\testappCode:SaveSetting "testapp", "testsection", "testkey", "testvalue"
or in HKEY_LOCAL_MACHINE\SOFTWARE\testapp
But it's not. So where does it go?




Reply With Quote