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 ??
Printable View
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 ??
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.