Theme selection for Windows Form
C#
1
Posts
1
Posters
0
Views
1
Watching
-
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........ images1 Red Dark Gray Thanks, VPMahank