View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default convert Bullen PastePicture to VB6 ActiveX dll?

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