Questions tagged [add-in]

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.

Add-In (AddIn or Add In) is a synonym for - a program that is triggered by a host program allowing third party developers to manipulate or extend the hosting program.

Typically, whether these programs are called "addins" or "plugins" depends on the programming language and platform. For example, in they are called plugins whereas in they are called addins. Some programs also call them "addons". In any case, these programs add or extend functionality to an existing program.

In most cases the hosting program will expose an extensibility interface to the hosted code, allowing it to execute tasks.

The most used types of Add-Ins are those automating the Microsoft Office programs (Word, Excel, Powerpoint, Outlook), browsers (Internet Explorer), IDEs - Visual Studio. But other non-Microsoft programs provide COM Extensibility as well (Skype, Altova software products, Photoshop, AutoCAD and many others).

In most cases the Add-Ins use COM object interfaces (that allow the Add-In code, if started from a standalone executable to instantiate the host program and then manipulate it) exposed by the hosting software.

Links:

2555 questions
0
votes
1 answer

EA Addin create FlowProperty with Stereotype SysML 1.5::FlowProperty

I created an EA addin in C# and I want to add a flow property to a Class and I have different result if I do it manually from EA. Signal4 is the item added manually, and Signal5 added with API. From Signal5 is missing FlowPropery ( from SyML1.5),…
Ice
  • 193
  • 1
  • 2
  • 13
0
votes
0 answers

Error HRESULT 0x80131044 when trying to use csmatio in EA Addin

Im trying to create a .mat file in Visual Studio (C#) from data that i get from Enterprise Architect as an Addin. I linked the library in the dependencies and can use it in my code in VS itself, but if I try to execute the Addin in Enterprise…
0
votes
0 answers

problem with adding Data Streamer add-ins in Excel

I want to add data streamer add-ins to Excel 2016 ribbon bar, I download the file "Data Streamer_4_0_0_0" and try to install it, but it show me the next problem.Have anyone experience to solve this problem? best regard error I try to change the…
0
votes
0 answers

Is there any way to sell the google docs and office word add-ins, besides the platforms of Google and Microsoft?

I wrote some simple plug-in gadgets to support google docs and office word, but the listing process on their platform is very cumbersome and lengthy, so I would like to ask if there are other platforms or channels that can sell these gadgets? I want…
0
votes
0 answers

I want to deploy my add-in via the centralized deployment, I add my XML file to it and then I choose the people

I want to deploy my add-in via the centralized deployment, I add my XML file to it and then I choose the people I want them to have access to the add-in. When I validate my choice I have this error that appears: This operation failed. Here are the…
0
votes
1 answer

Excel crashing on longer unicode string returned from xll addin

The development of is with C/C++ on top of MS SDK. The C++ piece of XLL is as follows: __declspec(dllexport) LPWSTR WINAPI xlGetLang(LPSTR in_key) { try { static XLOPER12 lang; static size_t buffer_size = 0; static wchar_t * buffer…
cking
  • 1
0
votes
1 answer

Custom property Visio - VBA

First of all, I'm a newbie in VBA, and I'm trying to write some scripts for existing Visio document for automation purposes. I see that my Visio file has objects with custom properties, and I want to play with those custom properties. (I know that…
bailofwZ
  • 123
  • 1
  • 10
0
votes
0 answers

How to automate Oracle Smartview data refreshes?

We are using Smartview to view the data from our cloud EPBCS, But it needs to be manually updated everyday. How can we automate this? can we schedule Smartview refreshes using python preferably? how can we best automate this? I can't find a library…
0
votes
1 answer

AddIn IRibbonUI callbacks and .Invalidate fails after it installs any other AddIn with its own IRibbonUI

Description: This is Excel 2013 VBA case. I created AddIn which should be able to install and uninstall another AddIns from AddIn list stored in global variable "listOfAddIns" which is Array of Arrays of Variant Type called "valueArray". There are…
RosMane
  • 21
  • 3
0
votes
0 answers

Can VBA check whether an Add-in has been activated for the first time?

I am wanting to create a demo for a VBA module I have created. The module has many different Private functions that are called by 2 Public functions (the public functions are used in Excel). I want to distribute the code as an Excel Add-in (.xlam)…
0
votes
0 answers

Outlook Add-in Not Loaded On Both 64bit And 32bit Outlook (Made Installer Using WIX)

I have outlook add-in which i have developed in C# (Not a VSTO application). There are 4 projects in my solution : Project1 (Add-in project) Project2 (Class library) Project3 (Shim Project) Project4 (Class library) Here are configurations of it…
Smit Rathod
  • 101
  • 6
0
votes
1 answer

How to use google app script addon by app script manifest or local environment?

I am new to google app script. I don't know how to deploy the Google add-on. I have tried some setups for deployment but have not been able to do the deployment. so, I have some questions below.? Can we use the google app script add-on without…
0
votes
0 answers

Is it possible to keep officeJS add-in logo same in white mode and dark mode or any other?

I have made a project in excel add-in. There is one issue regarding logo. When I use office default theme the logo is remaining same. but when I use dark theme, the logo will automatically changed. I have attached the screenshot. Logo in system…
0
votes
0 answers

VB code to create slides based on number of audio files, and insert random background images

I am trying to create a VB Code that will create number of slides based on the audio files in the folder. Then, I want to insert random background images from the folder. I have written this code but it doesn't work. Sub…
0
votes
0 answers

in the word using addin i want to redirect the image when click on image id but its showing error

the error is shown in the attached image hello every one please help me out with this i want to redirect the image when clicking on image id in the same document Office.context.document.addHandlerAsync( …