Well, here's my issue.
I am trying to save a color value (from the colordialog) in a text INI file, which has several configuartion lines, all plain text. I later retrieve this information.
The color returned by colordialog is e.g. "{Name=ffff8000, ARGB(255,255,128,0)}", but I get errors if I...