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