I am working on a project which uses Word automation through VSTO add-ins and I would need to open a modal form from(or over) the Word process launched by the .Net framework. The modal form should be
I have an Outlook 2010 addin, and I\'m trying to create a custom context menu item. Whenever the user is in the Message body and right clicks, I would like to have my addin do some action on the selec
I know there is such a plugin but I can\'t remember its name. An开发者_如何学运维ybody can help?
I created a Word add-in that contains ribbon tab and some code to work with SharePoint sites. All working code including ribbon definition I placed in separate library that is shared between Word, Exc
I don\'t know why the below checkbox is greyed out, I have general development settings and VS Ultim开发者_如何学JAVAate as shown.
I have an Excel AddIn (C# IExtensibility) and need to mark a cell as having the hyperlink format. What is the best way to do this?
How do you programmatically find & iterate all project & dll references within a Visual Studio 2010 solution?
I am cooking up a quick Visual Studio 2008 add-in.One of the key commands is to place a menu entry under the Tools menu:
Currently we h开发者_StackOverflowave a DLL Windows Powerpoint addin written in C#. Is there anyway to translate that into the Mac version of Powerpoint? Obviously DLL doesn\'t exist on Macs, so what
Is it possible to access Visual Studios BuildEngine from an AddIn? I want to start a build target whenever a file开发者_Python百科 with a specifice extension is safed.Refer to this answer: run a custo