View Single Post
  #3  
Old June 11th 07, 08:29 AM posted to microsoft.public.outlook.program_addins
JahMic
external usenet poster
 
Posts: 35
Default Setting the Icon for a msoControlPopup

Ok, then, how does the 'new' mail button work? It has a drop down and
an icon? Is it a different control?

Thanks, J

On Jun 11, 4:39 am, "Sue Mosher [MVP-Outlook]"
wrote:
It is not possible to set an image for that control.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/article.aspx?id=54



"JahMic" wrote in ooglegroups.com...
I'm trying to setup a toolbar drop down button, something similar to
the 'new' button. Everything is in place, except that I can't set an
icon for it. There must be a way, after all the new button has an
icon.


After calling 'add' to add it to the main toolbar, the Returned
control (CommandBarControl) doesn't have any direct methods for
PutFace or PutPicture. For normal buttons, I can just cast this to a
button control and use those methods, but for a Popup, this causes
many ugly things to happen, such as exceptions being thrown and such.


What is preferred way to do set an icon for such a control?


Thanks- Hide quoted text -


- Show quoted text -



Ads