View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sroux sroux is offline
external usenet poster
 
Posts: 1
Default Transparency/blur issue with dynamic toolbar

Hi,

I'm building an add-in that creates a new tool bar on the fly.
Icons/images are copied and pasted from hidden add-in sheet (I'm not
dealing with face ids).

Issue : my icons/images are 16x16 PNG or GIF with transparent
background copied or inserted from Fireworks. When they are copied to
the Excel sheet or from Excel sheet to the tool bar then they get
blurry (resolution issue it seems..?). Could it be related to
transparency?

Question : how to handle images transparency and resolution when
building a dynamic tool bar in Excel?

Many thanks for your help.

SRoux