Reputation: 7264
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?
Upvotes: 0
Views: 1170
Reputation: 27880
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).
Upvotes: 1