Click to See Complete Forum and Search --> : Bitmap to PictureBox - URGENT


February 20th, 2000, 09:01 AM
Hi,

I store in my Table (MS Access) a Bitmap along with other different Information.
In VB, I created a snapshot recordset and want now to display the bitmap in a PiczureBox Control. How can I do this?

Things like
picture1.picture = recordset.Fields(3).Value don“t work

Sebastian