Here's the code for accessing a physical file (i.e. jpg, gif, etc.) that is referenced in the solution. I run into this bit of code every once in a while but never frequently enough to remember it off the top of my head...
Stream stream=Assembly.GetExecutingAssembly().GetManifestResourceStream("[project].[path].[file]");