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
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
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-
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
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.
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.
I\'m writing a Visio 2010 add-in. I need to process the document and analyze all objects inside of it.
I am creating a excel Add-in using visual studio 2010. I was able to get the cell address using this code.
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
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.