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
142 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
56 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
147 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
104 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
186 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
119 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
74 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 ...
0
votes
0answers
71 views
ExcelDna.loader error for already registered addins
I am new to C# with VBA, I already have a Excel Application which uses a XLL(dll) developed using C#.
When I created a new New xll(developed with C#) and registered it with a new Excel .
It is giving ...
0
votes
0answers
66 views
Visual Studio Add-in and main window focus detection
Is it possible to write an add-on that would check if the main window of Visual Studio IDE is focused?
All I want to do is write a plugin which will work only if the IDE has got focus.
0
votes
0answers
53 views
Best Practice for Dynamically allocated memory in an Excel XLL addin
I am writing an Excel XLL Add-in using C/C++. In my program I want to use some global variable to cache intermediate result. However, I do not feel comfortable with it because I don't know the safe ...
0
votes
0answers
37 views
clickonce deployment, data files cannot be loaded
I've created a VSTO addin for MS word 2010.My addin use pinvoke to call for unmanaged C++ dll, that dll also open some data file, too like below:
FILE* file;
errno_t e = ...
1
vote
2answers
190 views
Can't debug Visual Studio addin
Question says it all. I'm trying to write a Visual Studio addin (2012), and the experimental instance always launches without running anything in the addin. No breakpoints are hit in the main ...
4
votes
1answer
115 views
Undo action for Excel addin
How does undo work in Interop.excel? C# - making a addin in VS
I imagine the following:
I register a undo-method on the stack (implemented by me).
I save the current state... where?
When the ...
0
votes
1answer
67 views
how to hide thumbnail pane using powerpoint add-in
i would like to ask a quick question:
how can i hide thumbnail pane in the left side?
see image:
http://goo.gl/YjXk5
i have read this: http://msdn.microsoft.com/en-us/library/vstudio/bf08984t.aspx
...
0
votes
0answers
63 views
Outlook Add-In to add context menu to hyperlink
I would like to add an right-click context menu to a hyperlink that is in an existing email. I can write an Add-In no problem and find the hyperlink in he message, I am just having trouble trying to ...
0
votes
2answers
216 views
Creating ppt slide thumbnail without exporting to a file
i'm developing a ppt add in form of side panel on powerpoint window
what i need is customized slide thumbnails, what i've done so far i use Export() method to convert all of slides to temporary images ...
0
votes
0answers
75 views
How to create an add-in for VB editor?
How to create VBA add-in for VB (not VB.NET) editor?
I have a piece of VBA code that I would like to have it available as add-in in VB editor window (menu -> Add-Ins) but I don't know how to create ...
0
votes
1answer
21 views
Find MailType in Outlook Addin
Am creating an outlook add in with c#.net . When i try to forward a mail thread , is it possible to get all mail thread as mailItem array object . I wanted to check a value in the mail body which ...
0
votes
1answer
225 views
Need help deploy a VSTO addin using clickonce
I created a VSTO addin for MS word 2010 and deploy int using clickonce deployment in VS 2012.I compressed the publish folder to .rar file.An end-user will download the rar file, extract and run the ...
0
votes
1answer
125 views
MsgWaitForMultipleObjects returns error for Office 2013 64-bit version
My company has an Office Add-in that works on Office 2007 and 2010 without problem. Now Microsoft has a new Office 2013, we need to test the add-in in Office 2013 (32-bit and 64-bit).
Most of the ...
6
votes
2answers
760 views
Word Interop Copy Formated Text of Table Cell
I am writing an addin for word to automate editing of a protocol template.
In the template is a table and I want to extract/copy the formated text of a cell inside this table.
Right now I am doing ...
0
votes
1answer
241 views
MS Project 2010 AddIn: Get/Edit Custom Enterprise Field-Entries in Client without PSI
Currently I am working on an AddIn for Microsoft Project 2010 Client. I would love to read out the value of a custom enterprisefield corresponding to the selected task, resource or project without ...
1
vote
1answer
194 views
How to read an rtf from a file and insert it into a body of an Outlook item?
I am attempting to write an Outlook Add-In that has functionality very similar to the insert signature feature of Microsoft Outlook. I best and most detailed thread I found discussing something ...
-1
votes
1answer
116 views
Order of events when opening a presentation in PowerPoint?
I'm kinda confused about the order of events in VSTO when opening a new PowerPoint presentation. Does anyone know it? Google gave me nothing.
Thanks in advance,
Léster
2
votes
1answer
201 views
Strange behavior when showing WPF window in Outlook
I use the following code to show my WPF window from the new message window in Outlook:
private void DisplayWindow(Window window) {
var wih = new ...
0
votes
1answer
49 views
Word 2007 multiple BeforeClose event handling
I have office 2007 installed on the windows 7 platform.
In the Word application exists our supplier's add-in that catches BeforeClose document event and asks customer the question before exitting.
...
0
votes
0answers
70 views
Word 2010 Addin CustomControl is shown only when started from Visual Studio
First of all the custom control (derived from TreeView) used in the Word 2010 addin works when executed from Visual Studio 2010 in debug and release mode. By clicking the button a customtaskpane with ...
0
votes
0answers
350 views
Installation of Qt5 Visual Studio Add-in 1.2.0 on Visual Studio 2012 Professional gets stuck
I'm trying to install the Qt5 Visual Studio Add-in 1.2.0 on my Visual Studio 2012 Professional in Windows 7, but after a while the installation gets stuck extracting the qwindows.dll into C:\Program ...
0
votes
0answers
65 views
Outlook Addin registration when UAC was Enabled in windows 7
I have created shared Addin in C# .net for outlook and created installer using setup and deployment project in vs2008.
On machines with UAC disabled, the installation worked fine,addin was loaded in ...
0
votes
1answer
379 views
Event bindings not always happening during Outlook add-in startup
I'm developing my first Outlook 2010 add-in using C# and Visual Studio 2010. Thus far my project is going nicely. I have a custom tab in the ribbon, and it updates every time a new message is selected ...
0
votes
1answer
146 views
add Excel RTD Server project type in visual studio
I will like to create something similar to: http://www.add-in-express.com/docs/net-excel-rtd-servers.php
When I open visual studio I do not have that project type even though I am running it as an ...
0
votes
2answers
161 views
Outlook Add-in read Server Settings
I am searching for a way to read out IMAP/Microsoft Exchange settings from Outlook with an Outlook Add-In coded in c#.
Thanks for helping me.
1
vote
0answers
55 views
Cannot open powerpoint addin csproj file in vs2010
I have a powerpoint addin project which was created in VisualStudio 2010 - I upgraded to vs2012 and am getting errors when opening it
W:\path\to\PPTAddIn.csproj : error : The project file ...
0
votes
1answer
240 views
Word Add-In Ribbon
I created an Office Add-In project and I added ribbon menu for application. When I build my project word document have my ribbon there is no problem.
How can I save the active document as a file ...
7
votes
1answer
274 views
Excel 2007 addin displaying but not working
I created an Excel Addin that appears in the UI, but whenever I click it it doesn't work.
Option Explicit
Public sheetscol As Collection, depshtnm
Public hasdeps As Boolean
...
1
vote
0answers
108 views
How to refresh an image display in C# for a ribbon in an Excel2010 Add-in?
I have a dropDown ribon control which has an image. Each time I click on a button (called Generate) next to this dropDown control I would like to rotate the image.
There is no real goal except ...
0
votes
0answers
133 views
Excel 2010 VSTO Addin registered in HKLM doesn't load once disabled and then enabled
I have created a Excel 2010 VSTO Addin which will be registered under HKLM\Software\Microsoft\Excel\Addins\MyAddin.Connect, LoadBehaviour is 3 and the addin loads properly when excel is opened.
But ...
0
votes
0answers
49 views
Mono.Addins WARNING: isn't any add-in defining this extension point
I'm trying to build MAF(Mono Addin Framework) application like this: http://monoaddins.codeplex.com/wikipage?title=Programming%20Guide
But some warning appear when I run it.
WARNING: The add-in ...
0
votes
0answers
173 views
How to remove buttons from Excel ribbon [closed]
This should be really simple, but I spent a lot of time on research and got no closer to a solution:
Years ago I wrote an Excel Add-In with lots of buttons for Excel 2003. Someone ported everything, ...
0
votes
0answers
41 views
Selected projectitem in Check-In dialog
I'm working on visual studio 2010 add-in project in order to add WinMerge diff to the environment. Unfortunately I am using VS 6.0 and I cannot change the compare engine, which looks horrible in ...
0
votes
3answers
506 views
Outlook Add-In - Enable/Disable Button during Runtime/from Code
Initial Situation:
We are developing an Add-in for Outlook 2010 in C# with VS.NET 2010 based on Framework 4.0, VSTO, DevExpress WinForm Controls. In Designer we have a Ribbon with a RibbonTab, then ...
3
votes
1answer
205 views
Word add-in: Getting user credentials which were used to open the document from SharePoint
We are developing a Word add-in on C# and WPF.
The documents are opened from SharePoint that lives in another domain, and are processed using add-in.
When the document is opened, MS Word asks for ...
4
votes
2answers
65 views
How to define sets of break points in Visual studio?
I want to define some sets of break points in Visual studio, so that I can toggle among them.
By a set, I mean a collection of break points at certain lines I define. I have many scenarios that I ...
-1
votes
2answers
133 views
Add registry keys based on condition in installer project [closed]
I'm working on installer project for office addin. I want to add registry keys based on condition, this condition is the result of "Just Me/Everyone" radio buttons in installer process. how can I ...
0
votes
0answers
149 views
Sometimes popup window disappears in Excel
I am working on excel vsto project. I have implemented ProgressBar window to show background progress. I have written one public method to run this background form. It's working properly but sometime ...
6
votes
2answers
351 views
Add-In events are never executed
I used the "Add-In for Visual Studio" wizard to create a new Addin project and now, I'm trying to add some event handlers:
public void OnConnection(object application, ext_ConnectMode connectMode, ...
0
votes
0answers
186 views
MS Word Add-in won't debug in Visual Studio
I developed a Microsoft Word Add-in in Visual Studio using VSTO. I can debug the Add-in/Word on several computers using VS. However, on two company issued laptops, debugging stops with the following ...
1
vote
1answer
222 views
Outlook Event is not getting fired on click of custom button
I am developing a Microsoft Outlook Add-in, where I have added one button in Add-In tab name OPENISMS. I could see the button, however on click the event is not getting fired. I have no clue why it is ...
0
votes
0answers
161 views
Cannot register assembly. Specific module could not be found
I'm trying to compile an excel addin solution that was developed in C#. Everything goes well when compiling but at the end, I receive the following message:
Error 1 Cannot register assembly ...
0
votes
0answers
154 views
Shape.Export ScaleWidth/ScaleHeight args
I am currently trying to export shape to an image via Add-In in C# in PowerPoint 2007/2010 (add-in written for 2007, debuggin in 2010).
When I export a slide background it is being exported with DPI ...
