How to store images in dll?
-
:confused: I understand, that this is simple question for peoples who work with C# some time. But there is the question: I create Windows forms dll in C# and I have to store bmp jpg files in this dll - not located as image in disk, but included in one dll file. Embedded resources or something? Please give me a tip.
-
:confused: I understand, that this is simple question for peoples who work with C# some time. But there is the question: I create Windows forms dll in C# and I have to store bmp jpg files in this dll - not located as image in disk, but included in one dll file. Embedded resources or something? Please give me a tip.
You should go for embedded resource. http://www.codeproject.com/csharp/ReflectionXml.asp[^] Live Life King Size Alomgir Miah
-
You should go for embedded resource. http://www.codeproject.com/csharp/ReflectionXml.asp[^] Live Life King Size Alomgir Miah