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 to select the text and then click a button on a custom control. It would be a lot easier if after selecting the text, s/he could right cli...
i have one question related to add-in installation..........
qus is:
i want to combine shared addin for msword created in visual studio 2005, to my project that means if i install my product then addin is also install with this........
and if i uninstall my product add-in is also uninstall...........
and i also have another question...
I created a Shared AddIn using Visual Studio 2008, C#. In the AddIn, I get data from a database, populate it into a Dictionary object, and use Word's builtin FindReplace to replace text inside a WordTemplate with the data from the database.
Dictionary<string, string> myDBData = new Dictionary<string, string>();
Some of the db fields...
In micorsoft word prior to 2010 when you right click on an image/picture the commandbar "Inline Picture" was used as the context menu that would pop up. In word 2010 this seems to have changed, anyone know what the new menu is, or if it can be edited?
This is a similar issue as the one discussed here:
http://stackoverflow.com/questions/...