How to add a icon file to my exe file
Hello,I want add an .ico file to my .exe to make my .exe file look more beautiful.In VC++ I just need to add a resource file.But in C#,It looks much more complicated.I can add a resource file,But it seems not work.How can I do this in C#?
|