A
Alex Oren
Hello,
I am writing an IDTExtensibility2 MS-Word add-in in C#. I would like
it to work in Word XP (2002) and subsequent versions as well (2003,
2005, ...)
As I understand, it is not a problem with a plain COM add-in (not
using .NET).
Is it enough to just download the Office XP PIAs and link to them?
What about features that changed between versions? For example
Microsoft.Office.Interop.Word.ApplicationEvents4 versus
Microsoft.Office.Interop.Word.ApplicationEvents3 for different
versions?
Please help.
Thank you,
Alex.
I am writing an IDTExtensibility2 MS-Word add-in in C#. I would like
it to work in Word XP (2002) and subsequent versions as well (2003,
2005, ...)
As I understand, it is not a problem with a plain COM add-in (not
using .NET).
Is it enough to just download the Office XP PIAs and link to them?
What about features that changed between versions? For example
Microsoft.Office.Interop.Word.ApplicationEvents4 versus
Microsoft.Office.Interop.Word.ApplicationEvents3 for different
versions?
Please help.
Thank you,
Alex.