PDA

Click to See Complete Forum and Search --> : Pictures from databases


mstrealy
Jun 12th, 2000, 08:26 PM
How do i get a picture out of access and into a picture box or image box

gilly
Jun 12th, 2000, 09:05 PM
I don't know if this is what you mean or not but you can copy pictures from clipart and paste them into a picture box in V.B
Good Luck!!

mstrealy
Jun 12th, 2000, 09:09 PM
What i want to do i sstore pictures in an access database then at run time make a call to the db and have it populate my picturebox or image box.

Jimmer
Jun 12th, 2000, 09:13 PM
What you need to do is setup a field in your database table for an OLE Object, and save your picture in that field. Then you can connect to this table as normal and insert this field into the OLE Component in VB.
Hope this helps.

mstrealy
Jun 12th, 2000, 09:18 PM
I do have my table setup correctly but i am not to sure on how to insert it into the OLE component in VB.

Bob B.
Jun 13th, 2000, 02:04 PM
I am trying to do the same. Unfortuneatly, I don't have MS Access and are using Visdata to develop the DB. I assume the Binary field parameter can access image files? Does anyone know of a method to add images to a DB with Visdata. I want to link photos of family and friends with a simple address type database.

Thanks