VS 2005 Pro, Icon's?

  • Thread starter Thread starter Gav
  • Start date Start date
G

Gav

I'm using Visual Studio 2005 Pro and am using a ToolStrip, after searching
the net I think I should be able to use the Windows standard icons. How do I
use these, I can't find them anywhere.

Gav
 
Gav said:
I'm using Visual Studio 2005 Pro and am using a ToolStrip, after searching
the net I think I should be able to use the Windows standard icons. How do I
use these, I can't find them anywhere.

Just after adding a ToolStrip you can click the common tasks arrow and
there's an option to "Insert Standard Items" which will populate with
normal stuff like new, save, print, etc... In addition to that, VS2k5
comes with an Image Library in \Microsoft Visual Studio 8\Common7 and
has a number of icons.

Hope that helps,
Chris.
 
Chris Shepherd said:
Just after adding a ToolStrip you can click the common tasks arrow and
there's an option to "Insert Standard Items" which will populate with
normal stuff like new, save, print, etc... In addition to that, VS2k5
comes with an Image Library in \Microsoft Visual Studio 8\Common7 and has
a number of icons.

Hope that helps,
Chris.

Thats spot on, I've been looking all over the place for that.

thanks

Gav ;o)
 
Yeah, it's the same, I didn't see the text past the recommendation to
add the tool strip.
 
Back
Top