check box

M

Mark Smith

Is there a way to add a check box to a tool bar in Outlook using C++? I
figured out how to make a toggle button, but a check box would be better if
I can do it.

Mark
 
M

Mark Smith

So I take it no one has any ideas for this question? If nothing else I
assume I can use an Active X control to do this. I am not familiar with
Active X controls at all, however. Can somebody point me to a good primer
or samples on using these in Outlook add-ins?

Mark
 
S

Sue Mosher [MVP-Outlook]

No, you can't. Outlook CommandBars support only CommandBarButton,
CommandBarComboBox, and CommandBarPopup (for submenus).

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
M

Mark Smith

Well in the C++ interface there is a _CommandBarActiveX class that is
similar to the other CommandBar controls, so I assumed I could use that.

Mark
 

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