Achieve transparency for icons in Outlook 2000 add-in.

  • Thread starter Thread starter Vinayakc
  • Start date Start date
V

Vinayakc

Hi all,

I have developed one COM add-in(VC++) for Outlook 2003. Now the
requirement is, I have to make incompatible with Outlook 2000 also. It
is working fine when I changed the imported .dlls for OL 2000. One
major problem I am facing is incompatibility of Outlook 2000 with
put_Picture() and put_Mask() APIs which I am using to paste icons on my
add-in buttons. When I tried pasteFace API I observed that transparency
of the bitmap on add-in button lost.
Can anyone please suggest me anyway through which I can achieve
transparency with PasteFace API or anything which provides transparency
in icons in case of Outlook 2000.

Regards,
Vinayakc
 
Back
Top