Mohit Deshpande
Mohit Deshpande

Reputation: 55257

How to use Win32 icons

How can I use the Win32 icons like open icon, new file icon, and save icon. Do I have to download them as images? Or are the images in a dll? Maybe System.Windows.Shell?

Upvotes: 2

Views: 940

Answers (1)

Nifle
Nifle

Reputation: 11933

Windows standard icons can be found here:

C:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\VS2008ImageLibrary.zip

After you install Visual Studio 2008 (both pro or the free express)

Or for VS2005
C:\Program Files\Microsoft Visual Studio 8\Common7\VS2005ImageLibrary\VS2005ImageLibrary.zip

Edit:
Found this question here on SO, it's a good reference if you want other free icons.

Upvotes: 6

Related Questions