Is there a way to set the look of the application to be different from the look of the window?

eg. set the look of the application to classic, but set the look of the window to Aero style. Is there a way to do this?

+2


source to share


1 answer


If you are using WPF or Silverlight you can use Themes. This MSDN page goes into detail.

WPF themes on CodePlex have examples.



This article on code project has more information.

In fact, you only need one immutable theme, and that will be Windows Classic.

+1


source







All Articles