I am trying to make a thumbnail toolbar for which I need an icon. So I added the icon using the solution explorer in the resources folder. Now, when I do Properties.Resources the icon name does not appear.
Code can be found here:
I am trying to make a thumbnail toolbar for which I need an icon.
Share
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.