Using embedded resource files in visual studio 2008
Filed in C# on Jun.28, 2009
Why embed files ?
Many of my projects use a lot of secondary files. It can be images, icons, xml-files, text, sound, whatever…. These files pose a couple of problems for me:
They clutter the program folder.
The user may accidentally delete or change them.
They expose your graphics/sound files to stealing and copying.
They expose program-sensitive information that a [...]
