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.

Code:
SaveSetting "testapp", "testsection", "testkey", "testvalue"
It should either be in HKEY_CURRENT_USER\Software\testapp
or in HKEY_LOCAL_MACHINE\SOFTWARE\testapp

But it's not. So where does it go?