Users with Office 2000/XP/2003, which OWC?

D

dpoindexter

I am trying to develop a fully interactive spreadsheet solution wit
OWC. Our users have a hodge podge of Office versions (2000/XP/2003).
Which OWC version should I use to develop against
 
A

Alvin Bruney - ASP.NET MVP

develop against version 11 but write a sniffer routine to determine which
version is on the user desktop. version 10 and 11 share a lot of features,
version 9 does not so adjust your code appropriately.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



dpoindexter said:
I am trying to develop a fully interactive spreadsheet solution with
OWC. Our users have a hodge podge of Office versions (2000/XP/2003).
Which OWC version should I use to develop against?
href="http://www.officehelp.in">Microsoft Office
Software</a>
 
A

Alvin Bruney - ASP.NET MVP

np

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



dpoindexter said:
Alvin, thanks for the reply!
href="http://www.officehelp.in">Microsoft Office
Software</a>
 
P

Patrice Dargenton

The first MSOWC.DLL version 9.0.0.3821 (22/02/2000) is the only version that
works with all your "hodge podge". For 2003 users, you just have to register
this first dll using regsvr32.dll, that's all.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top