|
-
Nov 15th, 2000, 09:28 AM
#1
Thread Starter
New Member
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
TTFN,
Smashing Piggy
"Beware of Big Bad Wolf dressed in Tigger clothes"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|