Hello all,
I have a project that i'm working on that includes some icon files. I'd like to compile the icon files directly into my DLL rather than simply reference a path to loose files.
So what I did was add the icon file to my project and selected its Build Action to be "Embedded Resource".
I've figured out how to load images into my ListView by using an ImageList and adding files to it via its properties.
So my question is this:
How can I add images into an ImageList that are Embedded Resources?
Any help is greatly appreciated!
Thanks,
Sam
How
I have a project that i'm working on that includes some icon files. I'd like to compile the icon files directly into my DLL rather than simply reference a path to loose files.
So what I did was add the icon file to my project and selected its Build Action to be "Embedded Resource".
I've figured out how to load images into my ListView by using an ImageList and adding files to it via its properties.
So my question is this:
How can I add images into an ImageList that are Embedded Resources?
Any help is greatly appreciated!
Thanks,
Sam
How