c# 从外部应用程序读取/提取透明图标?
这是一个棘手的问题
我需要研究一个应用程序获取图标的数量和大小 1-提取图标并保留透明信息 2-所以当我在 winform 上显示它时,它将没有彩色背景?
因此,需要图标中的 alpha 通道,
任何涵盖这两个问题或任何一个问题的解决方案都将真正帮助大家
欢呼
this is a tricky question
I need to look into an app get the number of icons and the sizes
1-extract the icon(s) with keeping the transparent info
2-so when I show it on a winform it will be with no colored background?
so the alpha-channel in the icon is needed
any solution that cover both or any of the question will be really help full
cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过 pinvoke 调用使用 Windows API 资源函数,以下是函数列表:
http://msdn.microsoft.com/en-us/library/ff468902(VS.85).aspx
You can use the Windows API Resource Functions through pinvoke calls, here is a list of the functions:
http://msdn.microsoft.com/en-us/library/ff468902(VS.85).aspx