FaisalHenry
Programmer
how do we load pictures in database ?
i have saved my *.ico files to a table
but i could not load it into the listimage
the code look like this
while not rsPicture.eof
imagelist1.listimages.add ...... rspicture.fields("picture".value
wend
its something like that, i hope its enough for a start
i have saved my *.ico files to a table
but i could not load it into the listimage
the code look like this
while not rsPicture.eof
imagelist1.listimages.add ...... rspicture.fields("picture".value
wend
its something like that, i hope its enough for a start