I'm saving Registry Setings using the following code SaveSetting App.Title, "User Settings", vObject, sValue and can see via regedit that these are saved. My problem is retrieving them. I'm using GetSetting App.Title, "User Settings", "Highlight State", g_bButtonHighlight to try to get the value from the Reg into g_bButtonHighlight but getting nowhere. The code doesn't crash but retrieves nothing. Where am I going wrong?