Hi,
I have a picture control on a form that displays bmp files
stored in a Access database.
I use
" Picture1.Picture = LoadPicture(rstData.Fields("Photo"
) "
to display the bmp image from the table(rstData is a recordset).
But this does not display the bmp file.
Any help or links would be appreciated,
Thanks in Advance,
Rann.
I have a picture control on a form that displays bmp files
stored in a Access database.
I use
" Picture1.Picture = LoadPicture(rstData.Fields("Photo"
to display the bmp image from the table(rstData is a recordset).
But this does not display the bmp file.
Any help or links would be appreciated,
Thanks in Advance,
Rann.