Re: Problem with Image Loading (General questions)

by Maverick5, (6929 days ago) @ Jasmine

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

locked

Complete thread: