It takes a whole lot of complex Win32 API type code to mask the image on the
clipboard when you have to use PasteFace. I believe there's a KB article for
it, but as I recall it didn't cover all bases and take care of everything
that I ended up having to do.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"Hichem S" wrote in message
...
As Ken said you are probably passing the IPictureDisp object across
process
boundaries which is not possible. you have no choice that using PasteFace,
but you won't be able to make the image transparent.
Actually you can but it's really complex..I saw something, but I don't
remember where, that enables you to make the image transparent...
Hichem