Steve C. Orr, MCSD, MVP
"Shark Bait" <SharkBait@discussions.microsoft.com> wrote in message
news:2E8FFF8A-B16E-43E9-965D-0EA8847B471F@microsoft.com...
> What kind of terms would I do a search for? Do you know of any tutorials
> or
> articles?
>
> "Steve C. Orr [MVP, MCSD]" wrote:
>
>> Compiling the images into the assembly is the easy part. (Mark them as
>> embedded resources in the property window.)
>> Getting them back out of the assembly and displaying them in a page is
>> the
>> hard part.
>> You need a special page (or even better yet, an HTTP Module) that only
>> outputs the image(s).
>>
>> --
>> I hope this helps,
>> Steve C. Orr, MCSD, MVP
>>
http://SteveOrr.net >>
>>
>>
>> "Shark Bait" <SharkBait@discussions.microsoft.com> wrote in message
>> news:7CA632B0-9521-4EF6-8999-6EF85EF76CB4@microsoft.com...
>> > Right now I have a web control that serves as a header for all of our
>> > intranet sites. The assembly in in the GAC but it has images (jpg) that
>> > are
>> > located in a directory on the server. Is there a way to compile these
>> > images
>> > into the assembly?
>> >
>> > Thanks
>>
>>
>>