To add images and/or resx files to your compiled assembly, simply add them to your project and under Properties... Build Action... change it to "Embedded Resource". You can access the embedded resources in code via the System.Resources.ResourceManager class.
need help in creating DLL with resources
Mikael....
http://msdn2.microsoft.com/en-us/library/c0tyye07
Eugene Pavlov
Thankd
Dan Heskett