unfortunately my settings do not get saved. please help
If ColorDialog1.ShowDialog() = Windows.Forms.DialogResult.OK Then
Form1.BackColor = ColorDialog1.Color
My.Settings.mytext = My.Settings.mytext & Str(Abs(ColorDialog1.Color.ToArgb)) & ", "
End If
onload i load the settings back into the textbox