Search code examples
c++controlsthemeswinappvisual-styles

Selectively Enable Visual Styles on Dialogs/Windows


I've implemented the use of visual styles on all common controls through the use of a manifest file as directed by this article - http://msdn.microsoft.com/en-us/library/bb773175.aspx. Is there a way to disable the use of visual styles for a particular dialog/window or a control ?


Solution

  • The answer is mentioned on the page you referenced. http://msdn.microsoft.com/en-us/library/bb773175.aspx#turnoff