Need help to create a toolbar for outlook 2007 C#

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.
 
K

Ken Slovak - [MVP - Outlook]

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top