I have a few mathematical simulations in unmanaged C++ and now I need to integrate them with Excel (so that it ispossible to call the functions from Excel and get the values back). I don\'t want to us
I have created an Outlook 2007 add-in in C#.NET 4.0. I want to read the safe sender list in my C# code.
Hello I have the Addin for Word 2007 that is creted using VSTO. I would like create installer for add in and found s开发者_JAVA技巧hort manual for registry entries (http://msdn.microsoft.com/en-us/l
I\'d like to have a Word 2007+ AddIn (in C#) which after selecting text and the right mou开发者_C百科se click shows a pop-up menu with MY OWN Item and after clicking this Item I can use the selected t
Currently I\'m a developing a word addIn using C#. I want to access native word application progress bar using my word addin code. Is there any way to get reference native progress bar object?
I\'ve added RefEdit ActiveX to my form, but it doesn\'t seem to do anything. What else is required to make it functiona开发者_运维百科l?
I\'m getting only the first event notification, and nothing happens after. Any idea开发者_StackOverflow中文版s?
I have an Internet Explorer addin/plugin and need to use IsolatedStorage (.NET/C#/3.5) under \"Low Privileges开发者_如何学运维\"/Protected Mode, so I plan to write to %USERPROFILE%\\AppData\\LocalLow
How to change display name (shown in the Excel\'s list of installed add-ins) of an Excel VSTO add开发者_高级运维-in?This name can be specified in the ClickOnce installer settings.I\'m fairly sure that
What is initialization order of a开发者_运维百科dd-in and Ribbon? Is add-in object always created before Ribbon, or this can vary?The ribbon is created by calling the addin object\'s RequestService me