brent's hut

vista windows 7 areo progress bar

vista windows 7 areo progress bar 比较恶心, 它会自己画进度, 以前的正常的代码到vista/window7上以后, 进度条就画不到100%了。

http://stackoverflow.com/questions/313792/disabling-progress-bar-animation-on-vista-aero
http://msdn.microsoft.com/en-us/library/aa511486.aspx

用"meters"? 没空啊。

我的暴力方法是:
g_xpStyle.SetWindowTheme(m_hProgressWnd, L"",L"");

g_xpStyle 就是那个 CVisualStylesXP, google 一下就有了。

posted on 2009-11-06 11:56 brent 阅读(1247) 评论(0)  编辑 收藏 引用 所属分类: C++Windows