<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Path Analysis in Visio</title>
	<atom:link href="http://www.visguy.com/2009/04/08/path-analysis-in-visio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.visguy.com/2009/04/08/path-analysis-in-visio/</link>
	<description>Shapes, Stencils, Drawings Templates, Tutorials, Tips &#38; Developer Info for Microsoft Visio</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:20:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Luis Contreras</title>
		<link>http://www.visguy.com/2009/04/08/path-analysis-in-visio/comment-page-1/#comment-26718</link>
		<dc:creator>Luis Contreras</dc:creator>
		<pubDate>Sat, 12 Mar 2011 02:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2365#comment-26718</guid>
		<description>Hi!

I am an end Visio 2007 user. 

I have this need: In a very large diagram with lots of connected shapes, when double clicking a certain shape, I need a zoom view window that shows that specific shape in the middle of the window; the shapes that located at left of the whole drawing that are connected to it, in the left side of the zoom window; and the shapes that located at right of the whole drawing that are connected to it, in the right side of the zoom window. Is there a tool to do that? Is there a way to do that or a person who can do it?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I am an end Visio 2007 user. </p>
<p>I have this need: In a very large diagram with lots of connected shapes, when double clicking a certain shape, I need a zoom view window that shows that specific shape in the middle of the window; the shapes that located at left of the whole drawing that are connected to it, in the left side of the zoom window; and the shapes that located at right of the whole drawing that are connected to it, in the right side of the zoom window. Is there a tool to do that? Is there a way to do that or a person who can do it?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.visguy.com/2009/04/08/path-analysis-in-visio/comment-page-1/#comment-26448</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 14 Jan 2011 01:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2365#comment-26448</guid>
		<description>Hello Al and Visio Guy, 
I enjoyed your article http://www.visguy.com/2009/04/08/path-analysis-in-visio/.  
Is there a way to use the VB macros to analyse an existing Visio GUI drawing?  To show the connectivity like Simo asks. 

I read the Visio file Path_Analysis.vsd sample VBA code.
Presumably I need  to populate the data in module modDrawData with the data from the actual visio GUI objects.
Are you aware of any code that can do this already?

Have a good New Year
Thanks for your help

Paul  
System analyst  
ps. I&#039;m not a programmer.</description>
		<content:encoded><![CDATA[<p>Hello Al and Visio Guy,<br />
I enjoyed your article <a  href="http://www.visguy.com/2009/04/08/path-analysis-in-visio/" rel="nofollow">http://www.visguy.com/2009/04/08/path-analysis-in-visio/</a>.<br />
Is there a way to use the VB macros to analyse an existing Visio GUI drawing?  To show the connectivity like Simo asks. </p>
<p>I read the Visio file Path_Analysis.vsd sample VBA code.<br />
Presumably I need  to populate the data in module modDrawData with the data from the actual visio GUI objects.<br />
Are you aware of any code that can do this already?</p>
<p>Have a good New Year<br />
Thanks for your help</p>
<p>Paul<br />
System analyst<br />
ps. I&#8217;m not a programmer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2009/04/08/path-analysis-in-visio/comment-page-1/#comment-24659</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Mon, 02 Aug 2010 12:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2365#comment-24659</guid>
		<description>Hi Simo,

Have you downloaded the zip file and looked at the code? In Visio 2010, it is much easier because of the new ConnectedShapes and GluedShapes API methods.

In older versions of Visio, you can look at the FromConnects collection on a shape, get the connectors that are connected to it, then look at the Connects collection of each connector to see which shape is on the other end. It&#039;s kind of a pain in the butt, but it isn&#039;t rocket science!

The &lt;a href=&quot;http://www.visguy.com/2010/05/01/visio-2010-sdk/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Visio SDK&lt;/a&gt; contains developer reference help on using the methods, as well as sample code.</description>
		<content:encoded><![CDATA[<p>Hi Simo,</p>
<p>Have you downloaded the zip file and looked at the code? In Visio 2010, it is much easier because of the new ConnectedShapes and GluedShapes API methods.</p>
<p>In older versions of Visio, you can look at the FromConnects collection on a shape, get the connectors that are connected to it, then look at the Connects collection of each connector to see which shape is on the other end. It&#8217;s kind of a pain in the butt, but it isn&#8217;t rocket science!</p>
<p>The <a  href="http://www.visguy.com/2010/05/01/visio-2010-sdk/" target="_blank" rel="nofollow">Visio SDK</a> contains developer reference help on using the methods, as well as sample code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simo</title>
		<link>http://www.visguy.com/2009/04/08/path-analysis-in-visio/comment-page-1/#comment-24658</link>
		<dc:creator>simo</dc:creator>
		<pubDate>Mon, 02 Aug 2010 11:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2365#comment-24658</guid>
		<description>Hi!
I am currently developing an application in VISIO.
Please, I want to walk the path between two objects and save the path in a list, that contains the objects traversed

so, from an object I want to achieve another object and save the path (objects) in a list

thank you for helping me

best regards
Simo</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I am currently developing an application in VISIO.<br />
Please, I want to walk the path between two objects and save the path in a list, that contains the objects traversed</p>
<p>so, from an object I want to achieve another object and save the path (objects) in a list</p>
<p>thank you for helping me</p>
<p>best regards<br />
Simo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimensional Analysis? &#124; Mechanics Homework &#124; Mechanics Solutions</title>
		<link>http://www.visguy.com/2009/04/08/path-analysis-in-visio/comment-page-1/#comment-22330</link>
		<dc:creator>Dimensional Analysis? &#124; Mechanics Homework &#124; Mechanics Solutions</dc:creator>
		<pubDate>Wed, 13 May 2009 11:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2365#comment-22330</guid>
		<description>[...] Visio Guy » Path Analysis in Visio [...]</description>
		<content:encoded><![CDATA[<p>[...] Visio Guy » Path Analysis in Visio [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy &#187; Analyze Connectivity Between Process Flows</title>
		<link>http://www.visguy.com/2009/04/08/path-analysis-in-visio/comment-page-1/#comment-22176</link>
		<dc:creator>Visio Guy &#187; Analyze Connectivity Between Process Flows</dc:creator>
		<pubDate>Wed, 22 Apr 2009 05:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2365#comment-22176</guid>
		<description>[...] Edlund also covers connectivity issues and offers VBA code to help in the analysis in: Path Analysis in Visio, by Al Edlund. Check it [...]</description>
		<content:encoded><![CDATA[<p>[...] Edlund also covers connectivity issues and offers VBA code to help in the analysis in: Path Analysis in Visio, by Al Edlund. Check it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Edlund</title>
		<link>http://www.visguy.com/2009/04/08/path-analysis-in-visio/comment-page-1/#comment-22097</link>
		<dc:creator>Al Edlund</dc:creator>
		<pubDate>Fri, 10 Apr 2009 21:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2365#comment-22097</guid>
		<description>tools=&gt;macros=&gt;visual basic editor
should look like the screen capture above, there&#039;s also code in the form ....
al</description>
		<content:encoded><![CDATA[<p>tools=&gt;macros=&gt;visual basic editor<br />
should look like the screen capture above, there&#8217;s also code in the form &#8230;.<br />
al</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Distai</title>
		<link>http://www.visguy.com/2009/04/08/path-analysis-in-visio/comment-page-1/#comment-22095</link>
		<dc:creator>John Distai</dc:creator>
		<pubDate>Fri, 10 Apr 2009 13:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2365#comment-22095</guid>
		<description>Um, I have a dumb question.  How do I actually open the code to view all the code pieces?  I was able to open one piece of code, but it looked far too short for the functionality displayed.  How do I view all those modules and classes?

Thanks!</description>
		<content:encoded><![CDATA[<p>Um, I have a dumb question.  How do I actually open the code to view all the code pieces?  I was able to open one piece of code, but it looked far too short for the functionality displayed.  How do I view all those modules and classes?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2009/04/08/path-analysis-in-visio/comment-page-1/#comment-22085</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Thu, 09 Apr 2009 12:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2365#comment-22085</guid>
		<description>Hi Philippe,

I guess the best thing to do is develop some libraries that make connecting a matter of one call to one method. 

Visio 2007 has the new AutoConnect method, which makes coding somewhat easier than before. 

But I&#039;ll agree with you. The raw Visio connection API is too elemental and I too forget some details that I always have to look up again!</description>
		<content:encoded><![CDATA[<p>Hi Philippe,</p>
<p>I guess the best thing to do is develop some libraries that make connecting a matter of one call to one method. </p>
<p>Visio 2007 has the new AutoConnect method, which makes coding somewhat easier than before. </p>
<p>But I&#8217;ll agree with you. The raw Visio connection API is too elemental and I too forget some details that I always have to look up again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philippe c</title>
		<link>http://www.visguy.com/2009/04/08/path-analysis-in-visio/comment-page-1/#comment-22083</link>
		<dc:creator>philippe c</dc:creator>
		<pubDate>Thu, 09 Apr 2009 07:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=2365#comment-22083</guid>
		<description>I have tried to understand connections, but after two days I forget.  That&#039;s why I&#039;ll wait for Visio Next Version.
The same thing for a language as Python.  It may be very powerful, but what is the use if you forget it after one week ?</description>
		<content:encoded><![CDATA[<p>I have tried to understand connections, but after two days I forget.  That&#8217;s why I&#8217;ll wait for Visio Next Version.<br />
The same thing for a language as Python.  It may be very powerful, but what is the use if you forget it after one week ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 7/21 queries in 0.009 seconds using disk: basic
Object Caching 489/493 objects using disk: basic
Content Delivery Network via N/A

Served from: www.visguy.com @ 2012-02-11 00:15:03 -->
