add-in
XLL Excel addin in unmanaged C++
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[详细]
2023-03-11 07:06 分类:问答Get Safe sender list in Outlook 2007 C# Add in
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.[详细]
2023-03-10 11:21 分类:问答How to create manifest for MS office 2007 add-in?
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[详细]
2023-03-09 01:33 分类:问答Selected text action as Word AddIn in C#
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[详细]
2023-03-08 12:24 分类:问答How to access native word application progress bar using VSTO wordAddIn 2010 using C#
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?[详细]
2023-03-08 12:00 分类:问答How to use Excel RefEdit control in VSTO add-in?
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?[详细]
2023-03-07 19:33 分类:问答Excel.Application.SelectionChange fires only once
I\'m getting only the first event notification, and nothing happens after. Any idea开发者_StackOverflow中文版s?[详细]
2023-03-07 12:38 分类:问答How to work with Isolated Storage and IE Protected Mode?
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[详细]
2023-03-07 07:29 分类:问答How to change display name of Excel VSTO add-in?
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[详细]
2023-03-07 00:39 分类:问答Office add-in and Ribbon: initialization order?
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[详细]
2023-03-06 12:00 分类:问答