Re: Problem with Image Loading - WeOnlyDo Discussion board

Re: Problem with Image Loading (General questions)

by Maverick5, Thursday, May 18, 2006, 01:19 (6764 days ago) @ wodSupport

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


Complete thread: