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?
 
Top