Z
Zanna
Hi,
I got a problem that I don't understand.
I placed an ImageList on my form, I added 4 icons to it (32*32) and all was
fine.
When I run the app it goes into exception (MissingManifestResourceException)
at the following line generated by VisualStudio:
this.ilIcons.Images.Add(((System.Drawing.Image)(resources.GetObject("resourc
e"))));
What was wrong?
What is that exception?
How can I see the resources of my app?
Thanks!
I got a problem that I don't understand.
I placed an ImageList on my form, I added 4 icons to it (32*32) and all was
fine.
When I run the app it goes into exception (MissingManifestResourceException)
at the following line generated by VisualStudio:
this.ilIcons.Images.Add(((System.Drawing.Image)(resources.GetObject("resourc
e"))));
What was wrong?
What is that exception?
How can I see the resources of my app?
Thanks!