To enable visual styles in your app, you should link to the common control library, however, in Windows 8, MSDN said that Visual styles are ON by default, so your app gets visual styles for free. I wrote a program that displays a simple win32 window(without
linking to common controls lib) in Windows Enterprise 8.1, When I ran my program, it didn't have any visual styles. I guess you should still enables visual styles in your app explicitly even if it's windows 8. any thoughts?
↧