koraykazgan
Programmer
Hi there,
I am programming a Web Control Library in C#. I have included my images for my custom button control in the project, and wrote the html code to render the control. But when I compile the project to a DLL I have to copy the used images into a folder, to be able to use it.
I figured out, that I can set the build action property of the images to Embedded Resource. So, my question is where are the images? And how can I use the images in the compiled resource in my html code?
Thanks for your help,
bye...
I am programming a Web Control Library in C#. I have included my images for my custom button control in the project, and wrote the html code to render the control. But when I compile the project to a DLL I have to copy the used images into a folder, to be able to use it.
I figured out, that I can set the build action property of the images to Embedded Resource. So, my question is where are the images? And how can I use the images in the compiled resource in my html code?
Thanks for your help,
bye...