VS.NET Icons

Any one know how/where i can get the icons they use in the VS.NET toolbox  ANd where can i get all the other standard icons like new, save, save all etc


Thanks


Answer this question

VS.NET Icons

  • Cat Z

    In addition to Erik's suggestion, you can download Code Hero Kenny Kerr's Icon browser and exporter from <a href="http://www.windowsforms.com/default.aspx tabindex=5&tabid=47&ItemID=7&mid=142">here</a>.  Then you can navigate around the DLLs and extract them should you desire.  Furthermore, .NET ships with a number of icons that might fit the bill.  You can find those at \Program Files\Microsoft Visual Studio .NET\Common7\Graphics\ .

    Hope this helps.

  • stephanielauym

    A question about the license of the icons, I think it will be easy to extract them from the resource files of VS, but can we use them once they are extracted
  • Perm

    I Have already tried that but i does not give a good result. Have also tried to use a tool for extracting icons from DLL's and exe's...but i cant find the icons :(
  • Rasatsimpy

    they're probably in some VS.NET DLLs somewhere but I'm not sure where.  you could just hit print screen and use your favorite image editor to grab them from the screen and make them yourself  ;) 
  • VS.NET Icons