T
Tomer
Hi,
I've a gif in my project inside one of its directories (for example: Graphics\Icons), its is compiled as embedded resource.
I can't get the gif's stream when calling the method:
Assembly.GetExecutingAssembly().GetManifestResourceStream("GUI.Battery1.gif");
Where GUI is the assembly name, and Battery1.gif is the image name.
This line works fine when the image is in the root of the project.
How can I make it work from directories?
Tomer.
I've a gif in my project inside one of its directories (for example: Graphics\Icons), its is compiled as embedded resource.
I can't get the gif's stream when calling the method:
Assembly.GetExecutingAssembly().GetManifestResourceStream("GUI.Battery1.gif");
Where GUI is the assembly name, and Battery1.gif is the image name.
This line works fine when the image is in the root of the project.
How can I make it work from directories?
Tomer.