Tagged Questions

0
votes
2answers
123 views

How to create a button like New Mail in Outlook add-in?

Can anyone pls tell me how to create a button(in CommandBar) like 'New Mail' (with a dropdown list) in Outlook? When one clicks on the button it should do some action and when clicked on the down …
0
votes
1answer
59 views

BHO or Command Button for explorer

Hi I am trying to develop a command button that would appear on windows explorer. I can do this for an NSE but what I want to do is make the button visible on every explorer window. I want it to work …
0
votes
0answers
674 views

Showing caption for CommandBar button with Excel VBA

I'm trying to add a button to a new CommandBar (for the Add-in tab) with Excel VBA. I can get the button into the ribbon and can get an image to show up for it if I use a FaceId, but I can't get the …
0
votes
0answers
35 views

Outlook Command Bar Fully Intialized event

Hi all, I was wondering if there is any way to know when the Outlook commandbar XXX is fully initialized after I invoke a second instance of Outlook. I have tried to the delegate the event with new …