Here is my scenario: I am using the Microsoft AddIn Framework for my project in order to have a nice plugin architecture.I also have a custom API I made compiled into a dll.The host application and a
I have an Addin for MS Excel which needs a singleton to share data amongst modules. Depending on the version of Excel (2003, 2007, 2010), and how Excel was started, it calls my addin from different, u
I\'m working with a split button i开发者_StackOverflown C# on VS2010 for an Outlook Add-In.The code below is very basic testing code thatis baffling me.I\'m trying to add items to the splitbutton, but
I 开发者_如何学Godeveloped an Excel addin 2007 in Visual Studio 2008.Now i Need to Deploy the addin to Office 2010.Can i Do it in Visual Studio 2008?
First, I am a VBA newbie. So please pardon my ignorance. I have a global template that I installed in the Word startup folder.
I want to embed a simple piece of VBA Code in Access 2007. I need to execute this code on hundreds of different Access DBs, so I don\'t want to manually paste the code into each and every DB. Is it po
Closed. This question does not meet Stack Overflow guidelines. It is 开发者_开发技巧not currently accepting answers.
I am writing na Add-In for Visual Studio 2010, and I want it to add controls to an existing Form in an existing Project in an existing Solution, and I already have references to all of them.
If I use Managed AddIn Framework (System.AddIn)and set it up to use separate AppDomains, can I use a centralized IoC container that is in the primary/default AppDomain? Can the IoC container resolve a
I have created a outlook add-in and need to createa setup to make it distributable (i am new to this so pls excuse the novice comments )