Hello,
I am using the windows 7 theme. I want my application color to be red so I use color blending. I am not totally satisfied with the result, so I would like to edit the generated red theme in the VSB as it is mentioned in this blog post :
http://blogs.telerik.com/blogs/posts/08-10-31/chameleon_skinning_coming_up_to_winforms_in_q3_2008.aspx
"And finally if the resulting skin still needs some touches, you can export the modified theme data to xml files, and tweak them using the Visual Style Builder app, as much as you wish. "
To export the theme I used the code attached in this thread, that uses XmlStyleBuilderRegistration objects.
http://www.telerik.com/community/forums/winforms/themes-and-visual-style-builder/theme-and-addcolorblend-not-working.aspx
This code generated 56 Xml files. I start the VSB and hit "Open directory" to load all xml file but VSB says that these files are old and no more supported.
How can I export a color blended theme to edit it in the new VSB?
Thank You
Regards
Thibaut
I am using the windows 7 theme. I want my application color to be red so I use color blending. I am not totally satisfied with the result, so I would like to edit the generated red theme in the VSB as it is mentioned in this blog post :
http://blogs.telerik.com/blogs/posts/08-10-31/chameleon_skinning_coming_up_to_winforms_in_q3_2008.aspx
"And finally if the resulting skin still needs some touches, you can export the modified theme data to xml files, and tweak them using the Visual Style Builder app, as much as you wish. "
To export the theme I used the code attached in this thread, that uses XmlStyleBuilderRegistration objects.
http://www.telerik.com/community/forums/winforms/themes-and-visual-style-builder/theme-and-addcolorblend-not-working.aspx
This code generated 56 Xml files. I start the VSB and hit "Open directory" to load all xml file but VSB says that these files are old and no more supported.
How can I export a color blended theme to edit it in the new VSB?
Thank You
Regards
Thibaut