how can i add a new icon to a Visual Studio 2010 extension?
问题 i'm developing a Visual Studio 2010 extension, i already have a toolbar inside my window. on that toolbar i have a button that i want to give an icon - my own icon! I've read this article and it is great but... it explains how to replace the icons. i want to add an additional icon. how do i achieve that? 回答1: First, add the bitmap and set its build action to Resource Remember, shocking pink = transparent (damn you, old school!) Then, in your vsct file, add the image to the bitmaps section