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?
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Al" wrote in message
...
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.