How do I theme windows like Google Chrome, with WPF?
You know how Chrome windows are super custom looking and what not, they have a custom title bar that has custom looki开发者_如何学Gong minimize/maximize/close buttons. How would I do this with WPF?
Some information available below that might set you on the right track.
http://blogs.msdn.com/wpfsdk/archive/2008/09/08/custom-window-chrome-in-wpf.aspx
if you want custom windows for WPF take a look at http://www.codeplex.com/WPFWindow
精彩评论