fState = ILS_ALPHA 的 ImageList_DrawIndirect 在 Windows XP 上工作吗?

发布于 2024-10-24 22:17:52 字数 229 浏览 1 评论 0原文

我们需要从 WinAPI 图像列表中绘制部分透明的图像。

带有 ILS_ALPHA 的 ImageList_DrawIndirect() 在 Win7 中工作正常,但在 Windows XP 中不起作用 - 图标的透明区域是灰色的。

结果如下所示:

在此处输入图像描述

We need to draw partially transparent images from a WinAPI imagelist.

ImageList_DrawIndirect() with ILS_ALPHA works fine in Win7, but doesn't work in Windows XP - the transparent regions of the icon are grey.

The result looks like this:

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花落人断肠 2024-10-31 22:17:52

听起来您的应用程序没有使用 CommCtl32 版本 6。通常,您需要在应用程序中包含清单以使其使用版本 6。

MSDN 上的详细信息 ...

Sounds like your application isn't using version 6 of CommCtl32. Normally, you need to include a manifest in your application to let it use version 6.

Details at MSDN ...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文