![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: 2000, achieve, addin, icons, outlook, transparency |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 |
| Ads |
|
#2
|
|||
|
|||
|
There's a KB article about that, you have to create a mask out of the
original image, usually using one color as the mask color and making sure it's not used in the icon and is at the top left corner of the icon at 0,0. See http://support.microsoft.com/?kbid=260850 -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Vinayakc" wrote in message ups.com... 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 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I add a drive other than "C" to my Open dialog icons | OHM | Outlook - Installation | 0 | June 14th 06 05:17 PM |
| Outlook 2000 .PST backup add-on... | Carmen Gauvin-O'Donnell | Outlook - General Queries | 1 | March 27th 06 04:32 AM |
| Outlook 2000 .PST backup add-on... | Carmen Gauvin-O'Donnell | Outlook - Installation | 1 | March 27th 06 04:32 AM |
| Outlook 2000 .PST backup add-on... | Carmen Gauvin-O'Donnell | Add-ins for Outlook | 1 | March 27th 06 04:32 AM |
| Large Icons/Icons Disappearing | Barattolo_67 | Outlook Express | 5 | March 6th 06 02:43 AM |