I have created an automation add-in with a UDF that converts a given number into a string (ex. 100 = one hundred); like a cl开发者_Go百科ass library in Visual Studio 2010 in C#, and it works with MS E
I have a host application that controls various factory classes which produce implementations of a commondata contract.Also, all the factories derive from a particular factory contract.The factories m
I am in the process of writing a win forms desktop app in VB.net that employs user data in the form of rich text, stored internally as an object and then serialised to an XML file for persistent stora
I\'m trying to create a simple c# addin for visual studio. I\'ve been following the guidelines dotted around th开发者_如何学Goe net, and it says to put my main code in a routine called \'Exec\'.
We\'re working on creating a specialized graphical editor for our enterprise applications. We\'ve looked at and rejected DSLs. Ideally I\'d like to have the main interface of the editor be docked like
my problem is blocked VSTO word 2007 addin. Once the addin breaks down, in non-debug mode, its unable开发者_高级运维 to reenable it from word (set its status from inactive to active).
Is there a way I can trap even开发者_C百科t when a presenter switches to a slide on PowerPoint 2010?Figured out myself.
I have a simple COM add-in for office that I am developing (for access specifically). I have added a custom commandbarbutton item to the context menu that pops up when you right click on an object i
I am trying to introduce DI (with Autofac) into an existing Windows Forms application. This application has a basic plug-in architecture where each 开发者_高级运维plugin displays its own form. On sta
I\'m developing a Word 2010 add in using Visual Studio 2010, and C#. I\'ve created a simple form, with two textboxes, and an Ok button.