office-addins Questions

2

Solved

In office 365 outlook add-in, Office.context.mailbox.item.body.getAsync() method does not work in outlook Mac. But it works fine in safari and chrome. office js reference is "https://appsforoffice...

2

Solved

Recently Microsoft introduced the Office Add-ins architecture which allows for developing add-ins hosted remotely and run within IFrames inside office. I have read a lot trying to understand whethe...
Elbert asked 2/3, 2016 at 10:55

3

Solved

I am developing an Task Pane Office Add-in using the Office JavaScript APIs in Visual Studio. When you run the application it runs in the desktop client version of Office. The Office Store require...
Walloper asked 10/10, 2015 at 19:33

2

Solved

This question is very closely related to How to get the “KeyPress” event from a Word 2010 Addin (developed in C#)? (and in fact includes the sample code from the answer to that question), but this ...
Scleroma asked 24/9, 2015 at 20:48

1

Solved

My company has a plan to develop an add-in for Outlook that can interact with our web-based internal ERP application or our database to retrieve and update data. I have done some studies on this ...
Extortionary asked 13/11, 2015 at 9:23

2

I have developed an addin for word in vs2010.It's working cool in 32 bit version of office, but its not working on 64bit version of office .Searched a lot and found that For 64-bit Root\Software\...
Midwife asked 29/4, 2015 at 4:6

1

I've made an Excel addin and tried to install it using this answer: How do you use WiX to deploy VSTO 3.0 addins? It doesn't work this way and I figured out that when Visual Studio deploys addins ...
Pointing asked 15/11, 2011 at 15:17

3

Solved

I am developing a VB6 COM add-in for Microsoft Word and I have added a button to the Ribbon which will save the document to a database. But before the document is saved, I want to take the user to ...
Sungkiang asked 20/7, 2010 at 15:14

3

Solved

I have created an office add-in that holds an instance of a WPF Application. When the user clicks buttons on the add-in, I launch different windows by doing the following: MyViewModel viewModel = ...
Reexamine asked 16/11, 2012 at 14:59

3

Solved

Background: I'm developing an Outlook 2007 Add-in in VS2010 in C#. The specific thing that I'm doing is adding a menu-item to the context menu associated with an email. I do this with the following...
Underground asked 14/3, 2012 at 15:52

2

I would like to develop an add-in for Microsoft PowerPoint. I have Visual Studio 2012 installed and ready, but i can't seem to find any simple tutorials or getting started guides on the subject exc...
Tacho asked 3/2, 2013 at 1:48

4

Solved

I'm trying to localize my office add-in, I've read through many docs and tutorials on how to do this, but they all teach on how to localize it based on what the current Windows language, not necess...
Henrie asked 4/11, 2011 at 17:48

1

Solved

the situation: .net 3.5 c# or vb.net(also tested) word 2007 add-in I'm trying to set the Background Color of the text to a custom rgb color. The code is the following: Range r = this.Applicat...
Culex asked 16/4, 2012 at 13:53

1

Solved

I have a project that generates text (representing an interface and a class) based on metadata. I would like to take this generated code and insert it as a new class and interface directly into the...

1

Solved

This seems to have been asked several times on here with no real answer: Accessing Ribbon Controls Programatically in an XML Ribbon Office Ribbon: How to access a control when the ribbon was crea...
Benzol asked 19/2, 2012 at 20:56

1

Solved

I've created two addins, one is shared addin (for Excel, Word and Outlook) and another one is for Outlook. They work fine on my machine (where I developed it). Framework used: 4.0 I've created a...
Vadnee asked 27/4, 2011 at 6:11

1

Solved

I have created a pptm file with macros that open certain pptx templates. I then created a new tab with buttons for opening the files. I attached the macros I created to those buttons. All works gre...
Erubescent asked 5/10, 2010 at 20:21

1

We have an Office Addin that uses Sql CE with the usual DBConnection to a *.sdf in the filesystem ('C:/...etc...'). When we start two copies of the application having the Sql CE-augmented Office Ad...
Inspirational asked 27/8, 2009 at 16:54

© 2022 - 2024 — McMap. All rights reserved.