I have a folder in my project called Resources. It contains a ico image (myIcon.ico). How to I call to this resource to load image to my main forms icon?
Thanks!
Printable View
I have a folder in my project called Resources. It contains a ico image (myIcon.ico). How to I call to this resource to load image to my main forms icon?
Thanks!
Is this really a resource? Is it compiled into your executable file? Are you using VS 2005? Did you add it to the Resources tab of the project properties or set the files Build Action to Embedded Resource?
Please always specify your version when posting.