Make Ribbon image transparent

G

Guest

Hi,

how can I make a ribbon image (bmp) transparent?

The image is load by the Callback method GetImage(ByVal control As
IRibbonControl) As IPictureDisp.

Thanks Christian
 
K

Ken Slovak - [MVP - Outlook]

The easiest and best way is to have a PNG file with transparency set and use
that for your ribbon image. See my answer to your post on the ribbon error
for a link to LoadPicturePlus to use to pass an IPictureDisp object derived
from a PNG file to getImage.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top