Re: office 2000 compatibility
- From: Cindy M -WordMVP- <C.Meister-C@xxxxxxxxxx>
- Date: Sun, 21 Aug 2005 09:43:59 +0200
Hi =?Utf-8?B?SmVycnkgTg==?=,
> There was another add-in project written in C# that used the approach I
> talked about. The team of developers had various versions of Office
> installed on their machines depending on what they were developing. I can't
> say how well that approach worked since I just started on this project in the
> last 2 weeks.
>
this approach can work. It's not ideal as soon as you start dealing with
"plug-ins", such as MS Graph, WordArt, et.al. because these things allow only
ONE version on a machine. But as long as you're dealing only with the core, it
should be OK.
You do want to be certain you've set the COM reference to the earliest *.olb
library, and that you're actually automating that earlier version. I can't
stress this enough when Word 2000 is in the equation, especially if Events are
part of what you're doing.
I've never heard of a "Developer's Guide" for Office 2000. there's a
Programmer's Guide, but since that predates .NET by a few years, I'm not sure
how useful you'll find it. For the COM interfacing in an Addin, you're better
off relying on the information you find on MSDN. Tom Winters also has a web-site
where he's posted a sample or two. Also look for posts by Dave Thielen in these
office.developer newsgroups, as he's done quite a bit of work in this area and
has been kind enough to share the results of his headaches :-)
As far as dealing with the Word object model goes, IMO the best book yet written
was the Word 2000 VBA Programmer's Reference from Wrox. "Writing Word Macros"
from O'Reilly isn't too bad, either, if you're starting from scratch. The best
book on automating the Word interface from outside VBA is "Microsoft Office
Automation with Visual FoxPro" by Tamar Granor. Don't let the VFP in the title
throw you off, it's a tremendous work, based on very thorough research, that
covers a lot of ground very concisely.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)
.
- References:
- office 2000 compatibility
- From: Jerry N
- Re: office 2000 compatibility
- From: Cindy M -WordMVP-
- Re: office 2000 compatibility
- From: Jerry N
- office 2000 compatibility
- Prev by Date: how to get "Office 2000 Developer" CD-ROM?
- Next by Date: line number in word
- Previous by thread: Re: office 2000 compatibility
- Next by thread: Google Sample Research Service does not response
- Index(es):
Relevant Pages
|