A Few People was asking me how to Save settings so you dont have to Set them everytime you Open up a Program, Well this is the easiest way I know. Maybe someone knows an Easier way. But Bleh Here To Save Settings to the Registry - SaveSetting App.EXEName, "SectionName, "ValueName", "ValueText" To Pull Settings From the Registry - Setting = GetSetting(App.EXEName, "SectionName", "ValueName") To Delete Settings From the Registry - DeleteSetting App.EXEName, "SectionName", "ValueName" And Also here is a Example I wrote Download - Click Here