add-in
Is there a way to access a Ribbon (XML) at run time?
I\'m working on a Word 2007 app-level add-in. So far, I haven\'t experienced ma开发者_StackOverflow社区jor obstacles except for converting the add-in\'s Ribbon interface to XML. I have to use Ribbon X[详细]
2023-02-28 19:35 分类:问答Visual Studio Extension with docking window
Newbie Visual Studio extension question: I\'d like to create an extension that monitors keystrokes and reports statistics to a dockable window (\"dockable\" like the solution explorer or properties wi[详细]
2023-02-27 20:24 分类:问答Word 2007 add-in asynchronous operation
I am trying to create a Word add-in (Word 2007, VS 2008) to get various statistics for long texts. The functions for computing statistics are in a separate class and are not complicated, but are time-[详细]
2023-02-27 03:43 分类:问答Read Current Project Settings from a Visual Studio 2010 Add-In?
I\'m writing a visual studio Add-In that will activate when the debugger is launched.The Add-In needs to check the Project settings of the currently running proj开发者_StackOverflow中文版ect and read[详细]
2023-02-26 22:46 分类:问答Is it possible to add an edit box or combo box to CommandBar["Text"] in Word?
I\'m trying to add an edit box or combo box to one of the context menus when my Word add-in loads. But I haven\'t succeeded, and I don\'t get any errors, the edit/combo box just don\'t show up.[详细]
2023-02-26 14:55 分类:问答How to catch errors and debug Excel DLL Add-Ins created under Visual Studio 2010 in C++?
I use Visual Studio 2010 to make DLL add-ins for Excel 2010 that I include via VBA. I heard that errors in the add-in can crash Excel, for example accessing an array out-of-range.[详细]
2023-02-25 05:59 分类:问答Visio 2010 Add-in
I\'m writing a Visio 2010 add-in. I need to process the document and analyze all objects inside of it.[详细]
2023-02-22 23:47 分类:问答Create Excel Add-in - get cell value
I am creating a excel Add-in using visual studio 2010. I was able to get the cell address using this code.[详细]
2023-02-21 23:00 分类:问答How do I Edit a .cs file in a Add-In Project using DTE
I\'m trying to write my first add-in for vs2010, but im struggling. I have a assembly that generates lots of cs files. I want my plugin to add new files to the select project or if the files exist, o[详细]
2023-02-20 19:37 分类:问答Making vsto add-in installable
I´ve 开发者_StackOverflowcreated several VSTO add-ins for Outlook/Word/Excel/PowerPoint. When i build them & then start the accociated program, the add-ins are installed and work wonderful.[详细]
2023-02-20 17:23 分类:问答