Connecting Shapes in Visio 2007 using VSTO and C#

M

Memphis Monroe

Connecting Shapes in Visio 2007 using VSTO and C#.
Please provide me with code snippet
 
A

AlEdlund

public void ConnectWithDynamicGlueAndConnector(
Microsoft.Office.Interop.Visio.Shape shapeFrom,
Microsoft.Office.Interop.Visio.Shape shapeTo) {


the rest is in the VisioSdk
:)
Al
I didn't think it was appropriate to post code that is available for free
from MS.
 
M

Memphis Monroe

dynamically create shapes on load of the doucment and connect the dynamically
created shapes. Is that the same code available thr in SDK?
 

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