Below is a message I moved from VB General to this group. I hope someone can help me.

======================================
Ok, This is beginning to work. How do I savesettings, getsettings, and deletesettings for subkeys. By that I mean a subkey of a subkey.

Like this:

HKEY_CLASSES_ROOT
MYAPP
DefaultIcon
Default


This should allow me to setup a specific icon in the registery for my particular app. But, I can only go one strPath length. I can get it to put a value at the MYAPP level but not so many levels deep.

Any clues.

-- aatwell