python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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.
F...
Shabari Pragash
Votes: 0
Answers: 1
Data Streamer add-in not present in COM add in list
As previously stated in the title, I don't see Data Streamer in the add-in list of COM add-ins, where can I download it and which file do I choose to add it?
Also, if I'm unable to get data streamer o...
Dev Rao
Votes: 0
Answers: 0
Office COM Add-in. applicationObject.CurrentDb() preventing Close Access application
I am working on a Office COM Add-In to launch the Add-in application from MS Access. Add-in loading fine.
Now I need current db name at the plug-in class, so I use applicationObject.CurrentDb() to loa...
karthik
Votes: 0
Answers: 0
Outlook addin: how to get current search text box value
I have an Outlook COM addin and would like to be able to read the current search box text value that the user has enter. How do I do that?
lock magic
Votes: 0
Answers: 1