I have an Access database which one of it's tables contains an OLE object field that holds pictures.
I'm trying to load these pictures (one at a time) to a PictureBox control.
I've tried to do it through the Picture (IPictureDisp) property but I get a 'Type Mismatch' error.
Thank You....
I'm trying to load these pictures (one at a time) to a PictureBox control.
I've tried to do it through the Picture (IPictureDisp) property but I get a 'Type Mismatch' error.
Thank You....