Visio 2000 & Visio 2002 Differences 
Author Message
 Visio 2000 & Visio 2002 Differences

folks,

My app is written in VB and makes use of the Visio Object model to create
Visio Diagrams. We develop on workstations using Visio 2002. About half of
our users are using Visio 2000 and would rather not upgrade to Visio 2002.

We are quite pleased with the level of compatibility. However there are some
differences that we have hit upon recently. Mostly in PageSetup,
PrinterSetup options. We have to access these features to work around other
differences in  Print Preview behavoiur between the 2 versions.

Questions are :

What is the recommended development strategy -- to support Visio 2000 &
Visio 2002 (and presumably upcoming newer versions). ? DEvelop using 2000
and deploy against 2002 might be one but we would rather not unless forced.

Appears that some constants have changed their names. For instance visHoriz
and visVert for Guide types. Of course we hope that such tweaking of names
would stop.

Insights by other developers deeply appreciated.

regards

srini



Wed, 23 Feb 2005 01:48:09 GMT  
 Visio 2000 & Visio 2002 Differences
Every release of Visio adds hundreds of new items to Visio's API.  However,
you need to program for the earliest version of Visio that you wish to be
compatible with.  Each API entry in the Developer Reference should include
the version when it was first introduced.  This will let you determine what
will not work in older releases.

Generally Visio tries to ensure that add-ons written for previous versions
of Visio will continue to function properly, but there always seem to be a
couple of exceptions.  When you encounter one of these issues, please notify
us so that we can keep our knowledge base up to date.

--
Mark Nelson
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.


Quote:
> folks,

> My app is written in VB and makes use of the Visio Object model to create
> Visio Diagrams. We develop on workstations using Visio 2002. About half of
> our users are using Visio 2000 and would rather not upgrade to Visio 2002.

> We are quite pleased with the level of compatibility. However there are
some
> differences that we have hit upon recently. Mostly in PageSetup,
> PrinterSetup options. We have to access these features to work around
other
> differences in  Print Preview behavoiur between the 2 versions.

> Questions are :

> What is the recommended development strategy -- to support Visio 2000 &
> Visio 2002 (and presumably upcoming newer versions). ? DEvelop using 2000
> and deploy against 2002 might be one but we would rather not unless
forced.

> Appears that some constants have changed their names. For instance
visHoriz
> and visVert for Guide types. Of course we hope that such tweaking of names
> would stop.

> Insights by other developers deeply appreciated.

> regards

> srini



Sat, 26 Feb 2005 01:14:32 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. SendToBack in Visio 2000 & Visio 2002

2. Visio 2000 or Visio 2000 SR-1

3. macro signing in visio 2002 to 2000

4. More Visio 2002/2000 Incompatibilities

5. upgrade the VB program from Visio 5 to Visio 2000

6. Saving Visio shapes to file/db (Visio 2000)

7. Problems with Visio 5.0-Files in Visio 2000

8. Visio 2002 & Data Access

9. Visio 2000 & the Clipboard

10. COM objects and Visio 2002

11. Disable Visio 2002 while program is working

12. Opening Visio 2002 modally from a .NET Form

 

 
Powered by phpBB® Forum Software