The Visio 2002 SDK is worth playing with. Many concepts carry over.
Some newer articles relating to Visio 2003 are here:
http://msdn.microsoft.com/office/understanding/visio/
The biggest developer feature in 2003 is the Visio Drawing control - an
ActiveX version of the Visio drawing engine that you can place on your own
form, in your own application. It is VERY cool.
Also, if not in the 2002 SDK, search for "Building a COM Add-in, .NET, Visio
2002" there's and article out there somewhere on this topic, if it interests
you. The general principles will be the same for 2003 (...and the nit-picky
little things that are different can be solved in the forum...)
--
Hope this helps,
Chris Roth
Visio MVP
visioguy @ extremely warm mail.com
Dan Zruna said:
Since Visio 2003 came out with little to no documentation for developers
where can I go for info? Is the SDK for Visio 2002 worth reviewing? Should I
wait for the new SDK if I want to integrate with a .Net application?