I am creating a C# winforms application targeting the .NET 3.5 framework.I want this program to be able to have plugins.Hopefully the plugins can be created in unmana开发者_开发技巧ged C++.If there is
I\'m developing an advanced spellchecker for some language. MS Word\'s default spellchecker for that language is not satisfactory. So I decided to integrate my spellchecker with MS Word. Unfortunately
I have created an Add-In for Visual Studio 2008 that opens up a form, using Form1.Show(this); If (while the form is open) the user opens/closes a Visual Studio dialog box, (such as Assembly Informat
Wondering if anyone knows if the feature to allow add-in\'s for Visual Studio 2010 xml comment viewer was cut in the final release??What I am talking about specifically is this:
I have a shared COM AddIn (not VSTO) for excel 2003, now I want to add a ribbon tab to support excel 2007.
i am developing a outlook addin in c#, heres my startup: private void ThisAddIn_Startup(object sender, System.EventArgs e)
Does anybody know weather VNC (RFB) supports virtual channels and add-ins to them like it is in the RDP (Microsoft Terminal Services)? I just want to transfer my own data across a VNC connecti开发者_开
A little background I\'m working on an .net application that\'s uses plugins heavily, the application can request data from the plugins that is then sent back and displayed by the application.
We have a开发者_高级运维n Outlook Addin developed in VS2008 using VSTO.This works fine and loads as expected when Outlook is fired up, both in debug and compiled versions.
I have a Excel addin written in C# that has some Copy/Paste processing code. When the user copies, I want to put my own TableData class object on the clipboard and retrieve it back when the user paste