Well I am not sure about .NET I have not had a chance to try it yet, but I am assuming you could go about using the System.Drawing.Image class to pull the recource from the DLL using a System.Runtime.ResourceManager
If you have the DLL and the App in the same solution you can just link it directly, and give the DLL a function that will return the Image.
As far as I know the DB functions for loading images only allow for filenames...
You could use the Image class to save the Image to a file; load it into DB using the filename; delete the file; convert it to a memblock; and finaly return the memblock to the calling aplication.
if(enemy == Amnzero) runAway();
Amnzero.WebSite = L"http://neovance.com/";