Link to home
Start Free TrialLog in
Avatar of rcg112355
rcg112355

asked on

Store and retrieve font color in registry

I am writing a prigram that needs to store font settings for a textbox. I want to store the font color in the registry and apply that setting when the form is opened. When I try to use the txtbox.forecolor property, the value is stored as a string in the registry. When I try to retrieve and apply the value, it is looking for a system.drawing.color type. Any ideas??

Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rcg112355
rcg112355

ASKER

Thanks for the tip.