where are the icon images

I want to add one of the images to the menuStripItems, but I don't where the file is that contains them. Anyone no where to get the cutToolStripMenuItem.Image.
p.s. there not in my Form1.resx yet because I am not using the menuStrip control directly; creating a dll.
thanks,
[291 byte] By [chuck02323] at [2007-12-16]
# 1
If you installed in the default location, they are in a zip file under:
C:\program files\Microsoft Visual Studio 8\Common7\VS2005ImageLibrary\

Unzip the icons to the same directory the zip file is in, and the cut image is under:
C:\program files\Microsoft Visual Studio 8\Common7\VS2005ImageLibrary\VS2005ImageLibrary\bitmaps\commands\highcolor\cut.bmp

Note that these are bitmaps with a pink-ish background that should be set as the transparent color (I think this defaults to the right color).

Let me know if you have issues with that.

TobinTitus at 2007-9-8 > top of Msdn Tech,Visual C#,Visual C# General...
# 2
thanks,
ps
.ImageTransparentColor = System.Drawing.Color.Magenta;
chuck02323 at 2007-9-8 > top of Msdn Tech,Visual C#,Visual C# General...
# 3
Hello, I to am trying to find these icons but am having no such luck locating this directory and zip file.

I can't find:
C:\program files\Microsoft Visual Studio 8\Common7\VS2005ImageLibrary\ on my computer?

Any additional help would be greatly appreciated. I am planning on making a fancy menustrip using visual c++ 2005 express edition.

Thanks,
Joe

Dr.Joe at 2007-9-8 > top of Msdn Tech,Visual C#,Visual C# General...