MS Office COM Addin

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

MS Office COM Addin

Keith  Lander
If anyone has successfully implemented a COM Addin for MS Office (Word in
particular) purely in DST, then please get in touch with me.

Thanks
Keith Lander


Reply | Threaded
Open this post in threaded view
|

Re: MS Office COM Addin

Bruno Brasesco
> If anyone has successfully implemented a COM Addin for MS Office (Word in
> particular) purely in DST, then please get in touch with me.

This is a very light COM Addin.

Try this in Workspace:

word := MSWord open: 'C:\temp\MyMSWordDocument.doc'.

Regards Bruno


Reply | Threaded
Open this post in threaded view
|

Re: MS Office COM Addin

Bruno Brasesco
Hi,

If anyone want this package e-mail me.

Regards Bruno


Reply | Threaded
Open this post in threaded view
|

Re: MS Office COM Addin

Don Rylander-3
In reply to this post by Keith Lander
Keith,
"Keith Lander" <[hidden email]> wrote in message
news:ba0erm$b39$[hidden email]...
> If anyone has successfully implemented a COM Addin for MS Office (Word in
> particular) purely in DST, then please get in touch with me.
I've got a COM DLL running as an Outlook add-in.  It's not too difficult,
but you need to define the IDTExtensibility2 interface and then implement it
for your add-in.  If you want to use a UI built in Dolphin, you'll need a
different subclass of RuntimeSessionManager for deployment.

A search of the archives should turn up the package with IDTExtensibility2
(in the body of a message, IIRC).  Meanwhile, I think I'll try to wrap those
things up into a little neater package and make it generally available.

Don
>
> Thanks
> Keith Lander
>
>