Need help to create a toolbar for outlook 2007 C#

  • Thread starter Thread starter Al
  • Start date Start date
A

Al

I want to make a toolbar with two buttons, one of wich should be a dropdown
button. Making ordinary buttons is no problem, but I cant figure out how to
make the dropdown button.

Right now I am using CommandBar to create the toolbar, but I have also
looked into using toolstrip\toolbar, but these dont seem to fit my needs. The
problem being that my toolbar is not a toolbar but a window.

I have followed this example to make the toolbar with 2 buttons (c#):
http://msdn2.microsoft.com/en-us/library/ms268864.aspx

Any help would be greatly appreciate.
 
What do you mean that your toolbar is not a toolbar but a window? What do
you mean by a drop down button? Do you want a popup that shows other menu
items? That's a CommandBarPopup object.

What version of Outlook and where do you want this UI, in an Inspector or an
Explorer? If an Inspector and Outlook 2003 or earlier is this WordMail?
 
Back
Top