Adding an icon to outlook commandbar button

E

Exchnerd

Hi,

I have a COM addin (using C++/ATL) and would like to add an icon to
the button. Can anyone help me with some code on how to do this?

Thanks
 
K

Ken Slovak - [MVP - Outlook]

See if the couple of C++ addin samples at www.outlookcode.com work with
buttons at all. Most of the code samples out there are VB6, VB.NET or C#,
not C++.
 
Top