I wish to rename my application, but it's registry items have been saved with the SaveSetting using App.Title, which is now different. Is there a way that this key can be renamed ?
Printable View
I wish to rename my application, but it's registry items have been saved with the SaveSetting using App.Title, which is now different. Is there a way that this key can be renamed ?
Use regedit!
If you use the savesetting and getsetting command go to:
HKEY_CURRENT_USER\Software\VB and VBA Program Settings
and change the keyname manually!
Hopes this help
Jakys