How to use WindowChrome without Windows Aero glass effects in wpf, black border
问题 I'm trying to customize a window border by using the WindowChrome class. Without Windows Aero glass effects. As expected I end up with a black boarder. But i also end up without caption buttons From Microsoft i learn that i can use the standard window by setting the window style to null to overcome these problem http://msdn.microsoft.com/en-us/library/microsoft.windows.shell.windowchrome.aspx But i do not succeed with that. Do anyone have a working example of this? Or a link of some sort that