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.asp开发者_运维技巧x. Is there a way to disable the use of visual styles for a particular dialog/window or a control ?
The answer is mentioned on the page you referenced. http://msdn.microsoft.com/en-us/library/bb773175.aspx#turnoff
精彩评论