I use some code written by Stephen Bullen to copy Office FaceID's to a
treeview:
http://www.bmsltd.ie/Excel/Default.htm
It works perfectly fine, but it is about 250 lines of code and comments and
I wonder if it
could be made shorter (and maybe faster) by converting it to a VB6 ActiveX
dll.
As VB6 has the Clipboard object that would already save some API
declarations.
The function PastePicture doesn't look that difficult to convert, but not so
sure about the
function CreatePicture.
Would be interested if somebody has done this or has some ideas about this.
RBS