Pregunta

I'm developing an Outlook Add-in in Visual studio 2012 (.NET 4.5). To present information to our users I need to display an button in a custom ribbon whose image is an animated gif.

Thus far I have done the following:

1) Added the animated GIF to my projects resources 2) Add a button which calls a local method 'GetImage' 3) GetImage returns a Bitmap object from resources representing the GIF image.

When I launch the add-In the image loads but doesn't animate it just remains static. My question is does the outlook ribbon support animated gifs and if so what am I missing?

Thank you for your help

¿Fue útil?

Solución

Outlook does not supports GIFs, much less animated GIFs, on the ribbons.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top