Hello,
I have a Silverlight application that I want to show pictures in. The pictures are loaded from a database into FileStream objects. I need to load these FileStream objects into a System.Windows.Image element so they are shown in my Silverlight application. The problem is, I cannot figure out how to set the Source of an Image to a FileStream. Does anyone know how to do this?
Thank you!