tags:

views:

81

answers:

1

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?

+4  A: 

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.

Nifle