all groups > asp.net building controls > april 2004 >
You're in the

asp.net building controls

group:

Saving Images within a Server Control



Saving Images within a Server Control Angel
4/2/2004 2:16:04 PM
asp.net building controls: I would like to save images within the development of a control so it would be displayed in certain tags without the developer having to point to the image externally. In other words save the image in the dll, if possible

Re: Saving Images within a Server Control Antonio Bakula
4/6/2004 10:31:02 AM
[quoted text, click to view]

you can save image in resource of your control dll, and then you could use
my TStreamImage control to load this image from resource into ASP.NET Image
control. TStreamImage is Image descendant and has a method to load image
from memory stream.

TStreamImage is free and source is included (Delphi.NET), you can download
it from http://www.antoniob.com

--
http://www.antoniob.com/
AddThis Social Bookmark Button