Using Visio objects in either VB.net or C#

J

Jerry

I'm thinking about using Visio object in my VB.net project to create Visio diagrams based on my .vb or .cs files. So is my only option is to us com-interop or is there a better interface to Visio objects? That's question one

Question two, is there at very good or great programming guides on-line to show me or get me started using Visio objects. I know vb.net, c# fairly good but could use some examples. Even VB6 examples would be helpful

Thanks in advance!!!
 
A

Al Edlund

My favorite references are hard copy and not on-line. That said Graham
Widemans book(s) have a good discussion on alternatives for developing Visio
solutions (com, standalone, vsl).
Regarding the second question msdn => library => office development => visio
2000 => articles has several good vb(a) examples of how visio can be used.
David Edson has several excellent examples in his book.
Finally, although not asked, consider "uml with vs.net, unmasking visio fo
the enterprise architect"
Al
Jerry said:
I'm thinking about using Visio object in my VB.net project to create Visio
diagrams based on my .vb or .cs files. So is my only option is to us
com-interop or is there a better interface to Visio objects? That's
question one.
Question two, is there at very good or great programming guides on-line to
show me or get me started using Visio objects. I know vb.net, c# fairly good
but could use some examples. Even VB6 examples would be helpful.
 
M

Mai-lan [MS]

The Visio 2003 SDK on MSDN also has a tutorial on managed code solution development (VB.NET). It contains 4 projects along with accompanying lessons. It's a good place to get started with Visio managed code programming

Thanks
Mai-lan
 

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