I'm developing a WPF application and I wonder if it's possible for the main window to have a Vista look. Some applications like MS Live Messenger and Google's Chrome already do that.
Any ideas?
Thanks.
I'm developing a WPF application and I wonder if it's possible for the main window to have a Vista look. Some applications like MS Live Messenger and Google's Chrome already do that.
Any ideas?
Thanks.
You can load the "theaero.normalcolor.xaml" theme.
Here's a relevant article:
Forcing WPF to use a specific Windows theme
If you also want to change the window "furniture" (title bar, etc), check out this article:
Live Messenger and Chrome do not use WPF ;
and i m pretty sure there is no way to do it in the framework maybe you can create your own controls or at least themes for the existing ones and remeber there is no limit with WPF :)