Link to home
Start Free TrialLog in
Avatar of dekempeneer
dekempeneerFlag for Belgium

asked on

Save settings

I have a path like :
<Path x:Name="Path01" Width="566.04" Height="567" Canvas.Left="2.1123" Canvas.Top="0.853088" Stretch="Fill" StrokeThickness="1" StrokeLineJoin="Round" Stroke="#CD000000" Fill="#CD4A5F6F" Data="...... "/>
With a button I can change the Fill-property to another color eg #CD000000, but how can I save this change of color so it uses this new color again when the window is restarted (eg after a log off log on)
Please provide me with all the details and if needed some code, I have no idea on how to do this best so.
Avatar of Tauli
Tauli

you can save your color in registry and load and modify your string automatically at programstart
Avatar of dekempeneer

ASKER

?
ASKER CERTIFIED SOLUTION
Avatar of feddas
feddas

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