Re: Problem with Image Loading (General questions)
I don't understand, what do I have to do to make this work ?
---Code----
Dim ms As MemoryStream = New MemoryStream(out_blob)
PictureBox1.Image = New Bitmap(ms)
-----------
So I can get the photo into the picturebox without saving to disk.
Your help would be appreciated,
Mav