Changing the path of a connector

Started by FASTFORCE, March 12, 2012, 05:06:06 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

FASTFORCE

I have a dynamic connector from point A to B. I want to change the path of the connector exactly like doing a shift-drag of the midpoint (Look at the third option - pressing SHIFT and dragging the midpoint http://office.microsoft.com/en-us/visio-help/change-the-path-of-a-dynamic-connector-HP085050373.aspx)

How can I do this programmatically in VB.NET?

aledlund

dynamic connectors (like all of the visio shapes) are drawn via the geometry section of the shapesheet. You might check this out as a start
http://msdn.microsoft.com/en-us/library/aa200965(v=office.10).aspx
I'd also suggest you get a copy of graham wideman's 'developers survival guide'
al