Link to home
Start Free TrialLog in
Avatar of canuckconsulting
canuckconsultingFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Need standard resource file with images for Save, Open, etc

I have a .Net 4 Windows Forms project created with Visual Studio 2010 using c#.

I am setting up a toolstrip with standard buttons like Open, Save, Delete.  I would like to associate images with these buttons.  Is there a resource file somewhere I can import with the normal Windows images for these things?
ASKER CERTIFIED SOLUTION
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of canuckconsulting

ASKER

I'm on x64 for so it was here:

C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\VS2010ImageLibrary\1033\VS2010ImageLibrary.zip\VS2010ImageLibrary

Thanks!