Howdy all,

I am writing a VB program and I need to save program information from execution to execution, setup stuff like file locations, etc. I am in a Windows NT environment, that of course makes each user logon to NT independently. Many users may launch this program, but it will be on the same machine.

VB's GetSetting and SaveSetting procedures are useless in this environment because they save the data to the HKEY_Current_User. I need to save my settings in the HKEY_Local_Machine section.

Can anyone give me pointers on how to get started? Surely there is some preexisting code out there that I can copy that will let me do this.


Thanks for all your help