MenuStrip Images...

Hello,

I to am trying to find the icons that make up the menustrip 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 menustrip using visual c++ 2005 express edition.

Thanks,
Joe


I took the above recommendation from a prior posting...

"....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)...."


Answer this question

MenuStrip Images...

  • Naren Datha

    Ok, so I haven't been in here for close to a year. Just curious if the MenuStrip Images are available yet for VC++ Express

    So I'm a persistent little bugger, haha...

    Dr. Joe

  • StefanoVS2005

    Those are not included in the Express edition, probably to keep the download size down. See this thread.


  • MenuStrip Images...