Tagged Questions
1
vote
4answers
3k views
MS Word Plugin, Adding a button which pops up on right click on selected text
I am working on a shared addin for MS Word 2007. I would like to add a button which pops up when selected text is right clicked. The attached snapshot should make this clear.
Currently, the user has ...
0
votes
0answers
16 views
How to distinguish between Outlook 2007 and 2010 from shared add-in level?
I'm developing a MS Office shared add-in. As you may know, outlook 2007 doesn't have ribbon in the main window, but outlook 2010 does. Right now I add my custom commands to the standard command bar, ...
0
votes
1answer
300 views
Redirecting callbacks to separate Ribbon-functionality from shared add-in
I’m trying to separate the functionality of a shared-add-in and a corresponding Ribbon (integrated through Ribbon Designer or XML in VS10). The solution context is build with several projects in which ...