Including resources in the standard Windows format.

B

Boris Yankov

I want to include icons as resources in my final C# .exe file in the
standard Windows format.
I added two icons to the project and set their property Build Action
to Embedded Resource. This did not do the work.
I managed to add the icons with the built-in resource editor but I
will have to do this manually everytime I recompile the project.
Is there an easier solution to this problem?
 
G

Guest

Hi Boris

Check this article out, regarding embedding resource in .NET assemblies

http://www.devx.com/dotnet/Article/10831/0/page/

Hope this helps

Regards
Madh

MVP | MCSD.NE


----- Boris Yankov wrote: ----

I want to include icons as resources in my final C# .exe file in th
standard Windows format
I added two icons to the project and set their property Build Actio
to Embedded Resource. This did not do the work
I managed to add the icons with the built-in resource editor but
will have to do this manually everytime I recompile the project
Is there an easier solution to this problem
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top