1
I created the Dll
of Sources with IPNG magens in C# when I compile to read in PictureBox
of Visual Studio I receive the news of NUll
or of missing System.Resources.MissingManifestResourceException' occurred in mscorlib.dll
Assembly asm = Assembly.LoadFrom(System.Environment.CurrentDirectory +@"\PNGRES.dll");
Stream strm = asm.GetManifestResourceStream("resources.PNG"+(string)asm.GetManifestResourceNames()[102]);
Bitmap b = (Bitmap)Image.FromStream(strm);
pictureBox1.Image = b;
Friend you have to give more details about your question/question. What mistake are you making? Are you going to upload this image where? from where??? Are you doing this where?? GIVE DETAILS.
– Viniam
Hello, Carlos, and welcome! I believe that your content is actually an example of a solution rather than a question, correct? You can post a question (which will help developers in the future find this post) and answer it yourself.
– OnoSendai
Welcome to Stack Overflow! For the community to help you, it’s important to explain your problem in detail. I suggest you read the articles: Tour and how to ask a question.
– Thiago Luiz Domacoski