Tagged Questions
4
votes
2answers
309 views
Is it possible to automate a Click-to-run application?
I have a small application which automates Microsoft Word via COM/OLE Automation.
Unfortunately this doesn't work with the virtualized Click-to-run editions of Word, because they don't have the ...
2
votes
1answer
108 views
delphi - need to read all occurrences of Recurring Outlook Appt
Using Delphi to read Outlook appointments via COM...
Code is working fine, with the exception of Recurring appointments.
Everything I read says that I need to using RecurrencePattern and GetOccurrence ...
0
votes
2answers
453 views
How to write a class library for OLE Automation?
I have Excel add-in which I add so many class modules that it is now very bulky. I want to convert it into a type library or a COM package so that I can re-use it for the other apps in the MS Office ...