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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ToolStrip control in VS 2005 1
Disappearing Toolstrips 4
PNG transparency in ListView? 1
C# 4.0? 5
VS 2003.NET and VS 2005? 7
Database Application Example 5
Icon with VS 2003 != VS 2005 ? 7
SqlMetal missing 1

Back
Top