Hi,
I also thought about this, but did not find any simple way, so I always keep
original images as files. Perhaps you can try to ask at VB newsgroup

Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> Hello, How can I get the pictures stored in an Image List control out and
> back in their original bmp or ico files.
[quoted text clipped - 7 lines]
>
> Dom
Stephen Lebans - 13 Feb 2006 23:52 GMT
I remember helping someone a while back extract Icons from his Image List
control. The key was to convert a StdPicture handle into a Bitmap that could
be saved to disk. Further for Icons, the control exposes an ExtractIcon
handle if I remember correctly.
If one was using VB it would be a very simple matter to produce a disk based
Bitmap or Icon file because it has a PictureBox control that accepts a
StdPicture object and this control exposes a SaveAs method. With Access the
conversion process would all have to be done via the GDI.
There is code on my site to do all of the above but it is in a couple of
different projects.

Signature
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
> Hi,
> I also thought about this, but did not find any simple way, so I always
[quoted text clipped - 10 lines]
>>
>> Dom