Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
进度条具有“BackgroundColor”、“BarColor”、“Smooth”等属性,但它们都不能在 Windows XP 机器上运行。进度条只是忽略它们。如何正确使用这些属性?
当您在 XP 及更高版本的应用程序中启用 ComCtrl v6 视觉样式时,相关属性将不起作用。WindowsPBM_...会忽略使用的相关消息。MSDN 记录了这种行为。没有办法解决这个问题,视觉主题控制外观和感觉,你不能覆盖它。因此,您要么需要禁用主题,要么找到支持您需要的第三方进度条(或自己制作)。
PBM_...