|
-
Feb 2nd, 2005, 08:39 AM
#1
Thread Starter
Member
can i store my program setting into registry?
can i store my program setting into registry ?
for example i just wanna store a value 100 into registry and retrieve it next time when i run the program ..
is it complex and difficult to do so ??
Last edited by nlks; Feb 2nd, 2005 at 11:48 AM.
-
Feb 2nd, 2005, 08:44 AM
#2
Re: can i store my program setting into registry?
Take a look at GetSetting and SaveSetting. This is the easiest way, although you are restricted to where in the registry you can save your settings.
The API registry calls provide more freedom on where you store your settings but are more complicated to use.
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
|