I try to load an image control with a data stream read from SQL Server. I have the stream (loaded) but cannot set it to load to the image control.
I have tried
Dim myImage As Object
myImage = LoadPicture(mstream)
Image1.Picture = myImage
with no success, and when I try to save as a temporary...