Hi !
I found out that I can use a different theme in an C# WPF Application by adding the theme .xaml-file to the project and add
to App.xaml as a Resource. see http://wpf.codeplex.com/wikipage?title=WPF%20Themes for a more detailed description.
Can I do this as well at runtime in C#? Is it possible to specify a different theme for different wpf windows?
Best regards Marc