Hi,
I wanna save and load my color selected by ColorPicker like this:
SaveSetting("MyApp", "Style", "Color", ColorPickerButton1.SelectedColor.ToString)
ColorPickerButton1.SelectedColor = Color.FromName(GetSetting("MyApp", "Style", "Color"))
The color I am loading from the settings does not...