Questions tagged [comaddin]

Represents a COM add-in in the Microsoft Office host application.

Represents a COM add-in in the Microsoft Office host application.

87 questions
0
votes
1 answer

Install an Excel COM Add-In with VBA

Is it possible to install a COM add-in using VBA? I've found another post that links to solutions for installing non-COM add-ins using VBA, but that's not working for COM add-ins. Not that it matters, but I'm specifically looking to script the…
HotN
  • 4,216
  • 3
  • 40
  • 51
0
votes
2 answers

Items_ItemAdd listener for folder and it's sub folders in Outlook

I am developing some COM add in extension for Outlook and I want to trigger event when item is dropped into specific folder or it's sub folder. I'm using Items_ItemAdd method for drop event listener. It works fine if item is dropped into "parent"…
misterGrosar
  • 294
  • 1
  • 3
  • 10
0
votes
1 answer

Removing duplicates Mailitem based on Subject ,body , Recipient name,Received Time

I am using VS 2010 , Dot Net Framework 2.0 . I have created a project in Extensibility->Shared Add-ins for Outlook. I want to remove duplicate Mail-item based on Subject ,body , Recipient name,Received Time I want to know can i use search engine…
CHANDRAHAS
  • 637
  • 3
  • 10
  • 19
0
votes
1 answer

Saving object of Mailitem or any property which can be used to invoke Mailitem which was saved

I am using VS 2010 , Dot Net Framework 2.0 . I have created a project in Extensibility->Shared Add-ins for Outlook. I want to save Outlook.MailItem Object in a DataTable on explorer_SelectionChange() and use this Outlook.MailItem Object to…
CHANDRAHAS
  • 637
  • 3
  • 10
  • 19
0
votes
1 answer

IRibbonExtensibility->GetCustomUI calling from a class other than Connect.cs

I am using Vs2010 -> Extensibility->Shared Add-in Connect.cs file public class Connect : Object, Extensibility.IDTExtensibility2, IRibbonExtensibility { public string GetCustomUI(string RibbonID) { return…
C J
  • 429
  • 1
  • 10
  • 34
0
votes
1 answer

Reactivating COM AddIn with Word Interop

I've written a custom ribbon for word. In my winForms-application I also open a word document with word-Interop to create some texts with word. When I use normal word documents my ribbon is shown correct but when I open the document in my…
0
votes
1 answer

MS Word COM addin can't receive messages in XP

From inside my COM addin I create a dialog, and I then send messages to it from an external process. I use HWND_BROADCAST and RegisterWindowMessage. But those messages are never received by the dialog proc of the COM addin. I know this because I log…
sashoalm
  • 75,001
  • 122
  • 434
  • 781
0
votes
1 answer

Get information in a current appointment item to an addin

I'm pretty new to programming Outlook addins in VB.Net. I want to send an email out with the recipients and the body of a meeting item when the ItemSend event is triggered. How should I reference the appointment item I just sent?
blsub6
  • 395
  • 1
  • 3
  • 7
-1
votes
1 answer

.net Process.Start Method not Launching Excel File in Excel 2013 only when launched from whithin excel com addin

System.Diagnostics.Process.Start() not launching an excel file In Excel 2013 and that too launched from inside excel comaddin. string filename = @"C:\Users\centraluser\AppData\Roaming\STUDIO\CENTRAL\d7c98719-7aa9-4e7e-8fb6- bd5a5b23f560\New…
-1
votes
1 answer

Confused with code conversion from VBA

My question might sound stupid but please bear with me :-) I have an excel file, was doing some manual task, converted them to VBA code in order to automate. Works well. I then decided why not distribute this. So, I went about searching for ways to…
user2979010
  • 357
  • 1
  • 8
  • 18
-1
votes
1 answer

Com Add-In not showing up in Com Add-Ins window in Excel 2003

I have generated a DLL of my VB code for my add-in users. This COM Add-In is working on all computers except one. The user clicks on the COM Add-ins button and then on Add, browses to the correct DLL and clicks OK but the Add-In doesn't appear on…
user1323670
  • 71
  • 1
  • 2
  • 10
-2
votes
1 answer

C++ COM add-in - find if MS Word, PPT, Excel has unsaved changes

I have created a basic COM add-in for MS office apps like Word, PPT, Excel in Visual C++ using _IDTExtensibility2 interface. Now i want my add-in to find if Word, PPT, Excel has any unsaved changes. FYI: I have not chosen VSTO or Office JS add-in…
1 2 3 4 5
6