Hi,
I wanna save and load my color selected by ColorPicker like this:
The color I am loading from the settings does not get loaded correctly.
Perhaps in converting or something else.
Please help me
I wanna save and load my color selected by ColorPicker like this:
Visual Basic:
SaveSetting("MyApp", "Style", "Color", ColorPickerButton1.SelectedColor.ToString)
Visual Basic:
ColorPickerButton1.SelectedColor = Color.FromName(GetSetting("MyApp", "Style", "Color"))
Perhaps in converting or something else.
Please help me