fState = ILS_ALPHA 的 ImageList_DrawIndirect 在 Windows XP 上工作吗?
我们需要从 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:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您的应用程序没有使用 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 ...