AddIn (Add-In or Add In) is a synonym for plugin - a program that is triggered by a host program allowing third party developers to manipulate or extend the hosting program.
0
votes
0answers
20 views
MS word Addin monitoring Copy-paste and document name
I have created a MS Word 2010 Addin and i am tracking kwyboard events Ctrrl C and Ctrl V using hooks .Now i want to access the name of Word document in following function too. How can i o it? Please ...
0
votes
1answer
67 views
ClickOnce Setup instantly stops executing
I've got a problem with a ClickOnce Setup and have absolutely no idea what I'm doing wrong...
I'm trying to publish a VSTO AddIn for Outlook 2013 using VS2012. However when I click on the Setup.exe ...
2
votes
1answer
69 views
Execute word add-in on current docx file
I created Word add-in and want to execute it on the current Word file instead of using the file Path on disk. How I can refer to the Active Document ?
I'm now using the file Path like this :
string ...
0
votes
0answers
60 views
Word style sheet as a template?
I have an addon, which uses several custom style sheets. When I save the document as dotm and save it in the STARTUP Folder, the VBA macros are loaded perfectly, but the style sheets are missing. How ...
0
votes
1answer
56 views
Deploy Dotm File with format styles?
I have developed a small VBA macro for Word 2007 / 2010 which uses some format styles (I am not sure that is the best translation, in my german version it is called Formatvorlagen. I mean the styles ...
0
votes
1answer
102 views
How to reset events in an Outlook Add-In
Working on an Outlook Add-In, so far everything works as expected :
- Addin Loads
- Creates a combobox and Change event handler
- create an event handler for when the users clicks new email
the ...
0
votes
0answers
151 views
In Excel application-level C# add-in, set Data Source without wizard
I am trying to write an add-in that will allow a user to connect to a SQL database and draw the data from a table into Excel. (This is the simplest explanation, but not the entire explanation of the ...
0
votes
0answers
58 views
Is it possible to work Qt4 projects in Visual Studio 2012 using add-ins?
I've found that Qt VS addin 1.1.x worked with Visual Studios including 2010.
Qt VS addin 1.2.x does not support Qt4 in VS 2012. Are there any forks of this addin which can cope with Qt4 in VS 2012?
0
votes
2answers
299 views
Does EntitiesToDTOs (Entity Framework DTO Generator) support Lazy Loading?
I've got a couple of entities in a parent-child relationship: Family (parent) and Updates (child). I want to read a list of families without the corresponding updates. There are only 17 families but ...
0
votes
0answers
23 views
Addin Powerpoint
I wonder if someone has an idea about implementing a Shape (Interop.Powerpoint) in powerpoint or extending a class (e.g Rectangle) using visual studio (C# or vb.net).
For exemple, changing the ...
0
votes
1answer
94 views
Minimize Outlook Appointment Item
I'm creating a new Outlook ribbon with the ability to create new meeting/appointment invites. The customer is requesting the ability to minimize the new appointment window, but the button is currently ...
0
votes
1answer
62 views
Adding a button to Outlook 2007 to add a text from HTML file
I'm looking for help to add a Button on the Outlook 2007 Message Ribbon to, when its clicked, add the text in a HTML file.
My first questions is:
Is this possible?
What are the possible ...
0
votes
1answer
204 views
Remove Office 2013 Addin Tooltip
Does anybody know how I can remove the Enhanced Tooltip from a custom Office 2013 addin?
I have the same Ribbon.xml description for my own tab that I use in an Office 2010 Addin.
0
votes
0answers
80 views
Automatically Run a method in Excel AddIn every hour (not via VBA)
My Excel AddIn is written in C#, ExcelDNA, NetOffice.
There is one method which retrieves hourly data from a server and display in Excel.
I want a way to retrieve data from server every hour. We ...
0
votes
0answers
179 views
Excel add-in ribbon not loading correctly
We have an Excel add-in that it is not loading correctly when an Excel instance is lanuched by a 3rd party software. Rather than adding the ribbon containing our add-in functions, the functions are ...
0
votes
0answers
38 views
How to get the add-in xll information from the Excel when use JAVA POI read Excel?
Excel have Add-in xll to extends its function. i use JAVA POI to read the formula of the Excel cell. when the formula is from add-in xll, i use my java code read the formula.
such as "'Sheet1'!C8 @= ...
1
vote
1answer
59 views
Is there a .NET 4 compatible version of the Office Add-in Shim?
When creating a .NET-based Office add-in without VSTO, it's necessary (or at least desirable) to use a "COM shim" that loads the add-in, to provide process isolation so that the effect of any crash is ...
1
vote
1answer
25 views
Creating Visual Studio AddIn run error
This has been happening to me over and over for every single AddIn project I make.
I create the AddIn projet from the template wizard and work on it, coding and debugging for a few hours and then all ...
0
votes
1answer
97 views
microsoft.interop.selection text
Before asking my question I would like to describe briefly background of my problem: I'm developing ms word COM addin on C# and I need to handle user's text selections. Now I'm able to catch selection ...
0
votes
0answers
78 views
BuildingBlockEntries.Add does not reflect until word is reopened
We have a word addIn and we add a new building block. It does not reflect in the UI until word is restarted.
Following is how we add it.
public void SaveSelectionIntoGallery(string galleryName) {
...
1
vote
0answers
86 views
Excel COM AddIn example in native C++
I need to write an Excel AddIn to add user defined functions (UDF) to excel. I prefer to write it in unmanaged C++ (I already wrote one for Word). I am not able to locate an example from Internet.
...
0
votes
0answers
34 views
MAF: Add-in crashes host even when run in seperate process
I am using MAF for my Addin development. All seems to be working fine, but one issue needs be sorted...
I activate the plugin in their own process, i,e, using
var process = new AddInProcess();
...
0
votes
0answers
50 views
VS2012 add-in : Programmatically add a folder to a project
I started writing a VS2012 add-in (in C#), in which I want to automatically add folders to the current project.
I can my Project object, but calling the method Project.ProjectItems.AddFolder() raises ...
0
votes
0answers
76 views
Outlook 2010 Addin - disable print functions
Good Morning,
Iam new in developing Outlook Addins, and I try to disable print functions in dependence of the activated folder. I use a testfolder named "Test" and when I click on it, the print ...
0
votes
0answers
57 views
Multiple instances of Powerpoint
I want to maintain different exes for each instance of the Powerpoint application.
On the web there is famous solution to invoke the power point using "run as" command which
opens UAC dialog on ...
0
votes
0answers
206 views
Get external data into excel Power Pivot programmatically using an add-in
I have an ODATA data source which needs some custom client side authentication. My requirement is to import this data into Excel for analysis using PowerPivot. I was able to create a custom add-in ...
0
votes
0answers
61 views
Office Add-In printing in C#
Is there any posibility to use MS Office to print files using C# COM Add-In?
I need to convert Outlook 2010 e-mails as they are formatted to user to PDF. The best way I thought of is using free PDF ...
0
votes
1answer
76 views
how can powerpoint addin get itself name?
I have a PowerPoint addin file named "abcde.ppam".
And I also add a "Auto_Open" Sub in order to run some code on PowerPoint Application startup.
My question is how can I get the name "abcde.ppam" in ...
0
votes
1answer
282 views
Shared Add-ins for Outlook 2007 Capturing ReplyToAll Event
I am using VS 2010 & Dot Net Framework 2.0.
I have created a project in Extensibility->Shared Add-ins for Outlook.
I am trying to capture ReplyToAll Event it is not getting fired.
Please look the ...
0
votes
0answers
39 views
Multiple worker add-ins with multiple AppDomains possible?
I use System.AddIn in .Net 3.5 for isolation. I execute risky code in separate worker add-in processes, which means that i use the AddIn.Activate with a process parameter for each worker. The problem ...
0
votes
1answer
101 views
Issue with .NET Framework on Navision 2009R2
i'm creating a ControlAddIn for Navision 2009R2 in c# with Visual Studio 2010.
There I have to use the .NET 3.5 Framework because Navision can't use higher versions of the .NET framwork.
The problem ...
0
votes
1answer
103 views
vb.net add-in outlook add new field to tableview
I have a problem to add some fields to a tableview in outlook.
I would like to customize the inbox folder view.
I have add some fields such as Receive, CC, to programatically.
This is my code:
...
0
votes
0answers
87 views
Add document range to RichTextBox, with added formatting
For a feature of a Word Add-in, I would like to implement a similar behavior to the spell check dialog:
I have a short identified Range object in the document, and I want to populate a RichTextBox ...
1
vote
0answers
195 views
Dynamics Ax(R2) Excel add-in: How do I work with arrays?
In previous versions, the Dynamics Ax Excel add-in has returned an error when working with tables containing an array (A column named 'name' already belongs to this Data Table). This seems to have ...
3
votes
2answers
425 views
If I write an add-in for office 2007 will it work for 2010, 2013?
I am currently in the process of re-writing some VBA macros that were written for office 2003. I was wondering if I wrote a C# add-in for 2007, if it would work for 2010 or maybe even 2013. Or if I ...
0
votes
1answer
100 views
Excel crashes when install an addin
Excel AddIn, .NET 4.0, NetOffice 1.5.1.2, ExcelDNA 1.29, C#
installers calls a xls (install.xls) with VBA as follow
At the end of install.xls, Excel will close.
However, after Excel closes, Excel ...
0
votes
1answer
141 views
“addin.XLL is in a different format” issue, cannot open the xll I created by myself
I wrote a very simple xll file in VC++ 2010, and the Excel I am using is Excel 2007. The library contains only one function:
extern "C" LPXLOPER12 WINAPI tsMkErr() {
static XLOPER12 x;
...
2
votes
1answer
83 views
Working on Excel add ins
I am developing an excel add in with my following code .
I created a Class library and added the following code
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
...
-1
votes
1answer
88 views
Designing User Define Functions in Excel? [closed]
What are the different methods to create user defined function in excel using C#??
Till now I could only find User Defined Functions in C#
Thank you all
1
vote
1answer
140 views
Add-in for Office Excel Web App
1-
Do you know how to add any ADD-IN to office web apps (esp: Excel)?
2-
Is it possible or not??
3-
How can I add some features that are not currently in default office web app (e.g:sky drive)
0
votes
1answer
234 views
Developing User Defined Functions in Excel using C#?
I am developing a User defined function in Excel using C# and Class library in VS 2010.
I followed the tutorial at How to Create UDF in Excel using C#
The code works well and it gets Registered.I can ...
2
votes
1answer
101 views
Extend VS2010 Form Designer Context Menu
I'm trying to add an item to the context menu in the Visual Studio 2010 Form Designer.
So far I have an Addin project which retrieves the IDesignerHost, IDesigner etc. representations of the Form ...
0
votes
0answers
43 views
Access the elements created in InfoPath from Add-In (C#)
I have a VSTO add-in which has a Ribbon and a button.
In my InfoPath Designer 2010, the user will create a form template and click in my button.
I need on my VSTO get the elements he has created and ...
0
votes
0answers
135 views
Loading file on network in c#
The Programm:
I have to load an file from the local Network.
It´s not an domain computer.
The file is on another Computer, where i placed an Network Share.
I don´t want to integrate a network drive on ...
0
votes
1answer
53 views
Powerpoint - make add-in compatible with more versions of PowerPoint
I'm programming simple powerpoint add-in, that sends xmlhttp request on slide change. Is it possible to create one add-in compatible with more vesions of powerpoint? Or do I have to develop it for ...
0
votes
1answer
143 views
How to write a Excel C add-in function that return a string to Excel without memory leak?
I am writing an Excel XLL addin using C++, where I want my function to return a string to Excel using the predefined XLOPER12.
As I understanded, Excel require the function to return a pointer that ...
0
votes
1answer
102 views
URGENT : UAC Manifest file in VS2005 not working
I have an add-in in Excel that needs to store some data in the HKEY_LOCAL_MACHINE registry. because of the uac control in windowns vista & earlier versions, i added a manifest file. But it is just ...
0
votes
2answers
166 views
how to find list of addins in a word application
I've created an office:word add-in using visual studio tools for office (VSTO).
I've modified the loadehavior of the add-in to '0' to stop its auto load behavior.
My requirement is to start an word ...
1
vote
0answers
118 views
Visio 2010 Add-In Error when debugging: DisconnectedContext was detected
I have a very strange problem with my (VSTO) Visio 2010 Add-In. The AddIn processes many visio vsd files sequentially. What I basically do is a loop thru all vsd files in a given folder. For each vsd ...
0
votes
1answer
66 views
Visual Studio 2010 Add-in Handling shortcut instead my WPF APP
I have some Add-in to VS2010 which was written in WPF. My WPF App handles some basic shortcuts.
Previously, My WPF was stand alone app, and I handled some basic command (lice Copy, paste etc) using ...

