How do I add a seperator?

  • Thread starter Thread starter B
  • Start date Start date
B

B

I have developed an ADDIN in VC++ that adds a new command bar to
Microsoft Outlook. The command bar contains two buttons.
(CComQIPtr < Office::_CommandBarButton> cmdButton)

I want to add a seperator b/w these two buttons.Can someone help me to
do this.
Code snippets would be of great help.


Thanks.
 
Back
Top