quote:
Originally posted by Dempsey
code:
SaveSetting ("MyAppName", "MySettingName", "MySettingValue")
GetSetting ("MyAppName", "MySettingName")
Thanks just two more Q's
[list=1]
[*]If i say use GetSetting to retrive a setting in the registry, how would i put the value retrieved into a variable? eg, into a variable called SettingValue
[*]If i would like an installer to create default values for a MySettingName, where should this be created?
[/list]
Thanks