View Single Post
  #1  
Old February 13th 08, 05:12 PM posted to microsoft.public.outlook.program_addins
Al
external usenet poster
 
Posts: 42
Default Need help to create a toolbar for outlook 2007 C#

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