Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In what file are the icons for the Standard ToolStrip items (New, Open, Save, Print, etc) located?

Where can I find additional Microsoft ToolStrip icons, such as: Save All, Next, Previous, Play, Undo, etc?

share|improve this question

2 Answers

up vote 23 down vote accepted

Microsoft provides a zip file of all images. You can find it at file://c:\program files\microsoft visual studio 10.0\common7\vs2010imagelibrary\1033\vs2010imagelibrary.zip

share|improve this answer
2  
Exactly, one small note: it does not exist in the Express editions – OmerPT Jun 9 '11 at 22:34
Wow, this file is great! It even has all the animations: searching, file copying, deleting, etc. – Steven Jun 9 '11 at 22:40
QQ, Can't find. :( – Gleno Jun 9 '11 at 23:27
2  
Try Program Files (x86) – PostMan Jun 9 '11 at 23:30
Does not exist in VS 2012 (connect.microsoft.com/VisualStudio/feedback/details/758881/…) – jgillich Oct 20 '12 at 23:43

If for some reason you can't find the image archive, you can download it from here:

Visual Studio Image Library (2012)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.