Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>If you're using a full edition (not Express) of Visual Studio, an image library is included for you to use freely in your applications (including commercial products!). The primary advantage of using icons from this library is that they are very similar or identical to those that are used in Windows and other Microsoft products, such as Office and Visual Studio, so your users will find them very familiar. This library includes images, icons, and animations and is installed on your computer when you install Visual Studio. For example, if you're using VS 2010, the image library is located here:</p> <blockquote> <p>..\Program Files\Microsoft Visual Studio 10.0\Common7\VS2010ImageLibrary\1033</p> </blockquote> <p>To use the files, you first need to extract them from the zip file.</p> <p>See <a href="http://blogs.msdn.com/b/visualstudio/archive/2010/03/29/tips-and-tricks-visual-studio-2010-image-library.aspx" rel="noreferrer">this entry</a> on th Visual Studio Team Blog site for more information. As the page explains, the one caveat to using the images is that they must be consistent with their specified usage ("In other words, don't use the 'Cut' image for a 'Copy' command."), but this really just makes sense.</p> <hr> <p>If you can't find the icons you're looking for included with Visual Studio's image library, there are plenty of free icon packs available on the Internet. Several of the other posts mention their picks, but I'm a huge fan of <a href="http://p.yusukekamiyamane.com/" rel="noreferrer">Fugue Icons</a>. Similar to the Silk icons, they're free for use in your applications as long as you provide attribution. Otherwise, you can purchase a royalty-free license for a very reasonable price.</p> <p>If you have money to spend, <a href="http://www.glyfx.com/-" rel="noreferrer">GlyFX</a> sells high quality icons and graphics, many of which have a similar style as those found in Windows or other Microsoft products.</p> <p>And finally, if you're just looking for a particular icon, you can use one of these free icon search engines:</p> <ul> <li><p><a href="http://www.findicons.com" rel="noreferrer">http://www.findicons.com</a></p></li> <li><p><a href="http://www.iconfinder.net" rel="noreferrer">http://www.iconfinder.net</a></p></li> <li><p><a href="http://www.iconlet.com" rel="noreferrer">http://www.iconlet.com</a></p></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload