views:

21

answers:

1

Hi, i am trying to make a thumbnail toolbar for which i need a icon so i added icon using solution explorer in the resources folder now when i do Properties.Resources the icon name does not appear. code can be found here:

http://stackoverflow.com/questions/3519181/problem-showing-thumbnail-toolbar-in-net-3-5-form

thanks

+1  A: 

You also need to add the icon to the Resources.resx file. Open it in Visual Studio and drag your icon into the Icons menu of the resx and it will become available.

fletcher