Create Plugin for Word 2004

A

Azam

Hi,

I need to develop a Word 2004 plugin in C++ as I have already develop same
Plugin for Word 2003,
But on X-Code bundle IDE I can not use OnConnection() method.
Anyone can send C++ sample code for Word 2004 plugin (a simple toolbar
button).

Thanks in Adv.

Regards
Azam
 
J

John McGhie

Hi Azam:

I don't think anyone can send you that.

Ad far as I know, Word 2004 does not have a published API.

Neither does Word 2008. But if it had, it would be completely different.

I would say that if you cannot get your job done with AppleScript, you may
not be able to do it at all in Mac Word.

Others may know more.

Cheers


Hi,

I need to develop a Word 2004 plugin in C++ as I have already develop same
Plugin for Word 2003,
But on X-Code bundle IDE I can not use OnConnection() method.
Anyone can send C++ sample code for Word 2004 plugin (a simple toolbar
button).

Thanks in Adv.

Regards
Azam

--
Don't wait for your answer, click here: http://www.word.mvps.org/

Please reply in the group. Please do NOT email me unless I ask you to.

John McGhie, Microsoft MVP, Word and Word:Mac
Sydney, Australia. mailto:[email protected]
 
A

Azam

Hi John,

Thanks for reply, According to your reply Word 2004 plugin can not be
developed in C++, isn't it? or if there is ANY WAY to develop Word 2004
plugin in C++ then please let me know.


Thanks & Regards
Azam
 
J

John McGhie

I have asked this question a couple of times, and never gotten an answer.

As far as I know, the answer is "No, you cannot develop add-ins for Word
2004 or Word 2008."

Cheers

Hi John,

Thanks for reply, According to your reply Word 2004 plugin can not be
developed in C++, isn't it? or if there is ANY WAY to develop Word 2004
plugin in C++ then please let me know.


Thanks & Regards
Azam

--
Don't wait for your answer, click here: http://www.word.mvps.org/

Please reply in the group. Please do NOT email me unless I ask you to.

John McGhie, Microsoft MVP, Word and Word:Mac
Sydney, Australia. mailto:[email protected]
 
Top