quote:
Originally posted by Dempsey
quote:
Originally posted by RileyM
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
2. I assume you mean if you're using an insatller such as NSIS or Inno Setup, in which case the path is:
quote:
HKEY_CURRENT_USER\Software\VB and VBA Program Settings\MyAppName\Settings
Yes this is what i meant, Thanks again