Make Ribbon image transparent

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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.
 
Back
Top