After some digging around, I found that it actually wasn't that difficult at all. Getting it in Putting something in an assembly as an embedded resource is pretty easy. At least if you are using Visual Studio. Just add the file to your project, click on it, and then under Properties set Build Action to Embedded Resource. And thats it! Getting it out Lets say we want an image called hello.png in a folder called Wopdidoo as a Stream. If we are executing code in the same assembly, we can do as foll
More
