I have two to different sets of themes for my windows form. Selecting each
form should change the Images, color sets and other appearance related
properties for the controls on the form. What could be the best way to
approach this problem. I was thinking of saving these setting in different
XML files and read from them on fly when theme is changed by the user. But
any other ideas or suggestions would be very much appreciated.

I was thinking something like this........

<root>
<ImagesFolderName> images1 </ImagesFolderName>
<LabelBackColor>Red</LabelBackColor>
</PanelBorderColor>Dark Gray</PanelBorderColor>
</root>


Thanks,
VPMahank