Click here to Skip to main content
15,896,455 members
Articles / Programming Languages / C#

Using Resources In Windows Applications

Rate me:
Please Sign up or sign in to vote.
2.94/5 (18 votes)
29 Jan 2006CPOL3 min read 83.4K   2.5K   30  
This is a resource manager class library. You can put any type of resource such as image, icon, Wave, MIDI and ... in the executable of your application and then load it from the EXE or DLL file by using the methods of this library.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions