Best way to save color and font settings?

Hi

What is best way to save color and font setting and bring it back when needed ?

eg for customising a menu color scheme etc.

using AdvColorSelector and AdvTextColorSelector

thanks

Kamran

Three frequently used choices:

1) store & retrieve color values from the registry
2) store & retrieve color values from an INI file
3) store & retrieve color values from a DB

You'll need to write application level code for any of these 3 possible solutions.