Visual Studio Addin 的透明图标
我正在使用本教程:
http://msdn.microsoft.com/en-us/library/ms228771.aspx 但它说,图像必须是 16x16,bmp。
我想知道是否可以使用透明图标,如果如何?
另外,VS2010(wpf 和所有)是否仍然不支持 256x256 png 图标?
I'm working with this tutorial:
http://msdn.microsoft.com/en-us/library/ms228771.aspx
But it says, images MUST be 16x16, bmp.
I was wondering, is it possible to use transparent icons, and if how?
Also, is it possible that VS2010 (wpf and all) still doesn't support 256x256 png icons?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 32 位位图。有关详细信息,请参阅以下 Carlos Quintero 的博客文章 已解决:VS 2010 的加载项命令中的透明位图(测试版 1)。
You can use 32bit bitmaps. See the following Carlos Quintero's blog post for more information Solved: transparent bitmaps in add-in commands of VS 2010 (Beta 1).