Connecting Shapes in Visio 2007 using VSTO and C#. Please provide me with code snippet
M Memphis Monroe Sep 22, 2008 #1 Connecting Shapes in Visio 2007 using VSTO and C#. Please provide me with code snippet
A AlEdlund Sep 22, 2008 #2 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.
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 Sep 23, 2008 #3 dynamically create shapes on load of the doucment and connect the dynamically created shapes. Is that the same code available thr in SDK?
dynamically create shapes on load of the doucment and connect the dynamically created shapes. Is that the same code available thr in SDK?