the GetColor() function.
I designed a screen that displayed all the different control objects that had all the color controls (textboxes, listboxes, etc) on it.
Allowed the user the selects the colors thaey wanted to see. using GetColor()
Saved the user selection to a table.
on App start up I scatter the color selections to a object
in my base class for each control object init I set the color to the user selections from the values in the table.
David W. Grewe Dave