<?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: Visio 2007 Developer Resources</title>
	<atom:link href="http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/</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: Visio Guy</title>
		<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/comment-page-1/#comment-33911</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Fri, 03 Feb 2012 15:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/#comment-33911</guid>
		<description>Hi Perky,

Here&#039;s a rough snippet of how you change the height of a Visio shape, in C#:

// visApp is a Visio Application object

// Get a selected shape:
Vis.Shape shp = visApp.ActiveWindow.Selection[1];

// Set the value of the height cell in inches:
shp.Cells[&quot;Height&quot;].ResultIU = 3.5; // ie: &quot;2U&quot;

Hope that gets you started.</description>
		<content:encoded><![CDATA[<p>Hi Perky,</p>
<p>Here&#8217;s a rough snippet of how you change the height of a Visio shape, in C#:</p>
<p>// visApp is a Visio Application object</p>
<p>// Get a selected shape:<br />
Vis.Shape shp = visApp.ActiveWindow.Selection[1];</p>
<p>// Set the value of the height cell in inches:<br />
shp.Cells["Height"].ResultIU = 3.5; // ie: &#8220;2U&#8221;</p>
<p>Hope that gets you started.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/comment-page-1/#comment-33710</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Wed, 01 Feb 2012 12:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/#comment-33710</guid>
		<description>Hi Dila,

I&#039;m not really sure what is happening, but I did find an article that deals with a similar topic:

An error (1415) occurred during the action Open Object
http://support.microsoft.com/kb/829776/en-us

This relates to Visio 2003 and Excel, but perhaps it will give you some clues.

Here&#039;s more detailed info from Visio Expert &lt;a href=&quot;http://visguy.com/vgforum/index.php?action=profile;area=showposts;u=97&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;JuneTheSecond:&lt;/a&gt;

http://www.office-forums.com/error-1415-occurred-during-action-open-object-t1618867.html</description>
		<content:encoded><![CDATA[<p>Hi Dila,</p>
<p>I&#8217;m not really sure what is happening, but I did find an article that deals with a similar topic:</p>
<p>An error (1415) occurred during the action Open Object<br />
<a  href="http://support.microsoft.com/kb/829776/en-us" rel="nofollow">http://support.microsoft.com/kb/829776/en-us</a></p>
<p>This relates to Visio 2003 and Excel, but perhaps it will give you some clues.</p>
<p>Here&#8217;s more detailed info from Visio Expert <a  href="http://visguy.com/vgforum/index.php?action=profile;area=showposts;u=97" target="_blank" rel="nofollow">JuneTheSecond:</a></p>
<p><a  href="http://www.office-forums.com/error-1415-occurred-during-action-open-object-t1618867.html" rel="nofollow">http://www.office-forums.com/error-1415-occurred-during-action-open-object-t1618867.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dila</title>
		<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/comment-page-1/#comment-33476</link>
		<dc:creator>dila</dc:creator>
		<pubDate>Mon, 30 Jan 2012 04:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/#comment-33476</guid>
		<description>Hi...I am trying to edit OLE-object in visio 2007 which is mapinfo map object.but an error occured : An Error (1415) occured during the action open object. visio is unable to edit the mapinfo map onject. why this thing happend and what should i do to solve this problem?currently I&#039;m using windows 7. is it compatability issued because it was fine when I&#039;m using visio 2007 with windows XP</description>
		<content:encoded><![CDATA[<p>Hi&#8230;I am trying to edit OLE-object in visio 2007 which is mapinfo map object.but an error occured : An Error (1415) occured during the action open object. visio is unable to edit the mapinfo map onject. why this thing happend and what should i do to solve this problem?currently I&#8217;m using windows 7. is it compatability issued because it was fine when I&#8217;m using visio 2007 with windows XP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perky</title>
		<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/comment-page-1/#comment-32503</link>
		<dc:creator>perky</dc:creator>
		<pubDate>Tue, 17 Jan 2012 21:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/#comment-32503</guid>
		<description>i&#039;m wondering how one can resize the rack (from let&#039;s say a 1u to 42u) using visio 2010 automation</description>
		<content:encoded><![CDATA[<p>i&#8217;m wondering how one can resize the rack (from let&#8217;s say a 1u to 42u) using visio 2010 automation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/comment-page-1/#comment-24670</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Fri, 13 Aug 2010 10:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/#comment-24670</guid>
		<description>Hi Mark,

That is probably a specific feature to the Brainstorming solution in Visio. The Brainstorming stuff involves a template, a stencil (set of shapes) and an add-in that assists specifically with brainstorming diagramming tasks.

Many Visio discipline-specific templates use add-ins to enhance the user experience. As a result, you get different functionality showing up from drawing type to drawing type.

For Brainstorming, an outline-export makes sense. For random Visio drawings, it makes less sense. What would &quot;export to Word&quot; mean for an office plan, or a network rack diagram? Either nothing, or something different in each case.

Cheers,

Chris</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>That is probably a specific feature to the Brainstorming solution in Visio. The Brainstorming stuff involves a template, a stencil (set of shapes) and an add-in that assists specifically with brainstorming diagramming tasks.</p>
<p>Many Visio discipline-specific templates use add-ins to enhance the user experience. As a result, you get different functionality showing up from drawing type to drawing type.</p>
<p>For Brainstorming, an outline-export makes sense. For random Visio drawings, it makes less sense. What would &#8220;export to Word&#8221; mean for an office plan, or a network rack diagram? Either nothing, or something different in each case.</p>
<p>Cheers,</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/comment-page-1/#comment-24668</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 11 Aug 2010 21:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/#comment-24668</guid>
		<description>Why can you only export to Word in Brainstorming mode? is there any way I can make a flowchart and export it so that it shows me an outline of my flowchart like 

1. Step 1
1.1 step 1 to accomplish step 1
1.2 you get the point
2. Step 2

Also i keep hearing about a developer tool in 2007 Visio (not the developer tab for 2010) so I can add check boxes, I already accessed the &quot;run in developer mode from options but cant find the menu.</description>
		<content:encoded><![CDATA[<p>Why can you only export to Word in Brainstorming mode? is there any way I can make a flowchart and export it so that it shows me an outline of my flowchart like </p>
<p>1. Step 1<br />
1.1 step 1 to accomplish step 1<br />
1.2 you get the point<br />
2. Step 2</p>
<p>Also i keep hearing about a developer tool in 2007 Visio (not the developer tab for 2010) so I can add check boxes, I already accessed the &#8220;run in developer mode from options but cant find the menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/comment-page-1/#comment-24506</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Wed, 09 Jun 2010 12:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/#comment-24506</guid>
		<description>I have VS 2008 and Viso 2007 I am trying to create a vb.net app that will take a simple text file and import it into visio. But I have had no luck so far. My question is can this even be done and if so some bread crumbs realy would help.

Thanks</description>
		<content:encoded><![CDATA[<p>I have VS 2008 and Viso 2007 I am trying to create a vb.net app that will take a simple text file and import it into visio. But I have had no luck so far. My question is can this even be done and if so some bread crumbs realy would help.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evan</title>
		<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/comment-page-1/#comment-24391</link>
		<dc:creator>evan</dc:creator>
		<pubDate>Mon, 29 Mar 2010 21:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/#comment-24391</guid>
		<description>I&#039;m not sure if this is possible, but I am wondering if there is a simple way to have a Visio &quot;box&quot; link to data in specific excel cell&#039;s.

I have a visio diagram that starts with a company&#039;s budget and then flows to different boxes based on a formula. I have embedded the excel spreadsheet so I can quickly see what happens if the budget is increased or I change the formula some other way. But I currently have to redo the chart by manually entering the numbers that excel generates. Is there a way that each box could be linked to it&#039;s correct excel cell?

Thanks in advance for any suggestions.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if this is possible, but I am wondering if there is a simple way to have a Visio &#8220;box&#8221; link to data in specific excel cell&#8217;s.</p>
<p>I have a visio diagram that starts with a company&#8217;s budget and then flows to different boxes based on a formula. I have embedded the excel spreadsheet so I can quickly see what happens if the budget is increased or I change the formula some other way. But I currently have to redo the chart by manually entering the numbers that excel generates. Is there a way that each box could be linked to it&#8217;s correct excel cell?</p>
<p>Thanks in advance for any suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wes</title>
		<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/comment-page-1/#comment-23333</link>
		<dc:creator>wes</dc:creator>
		<pubDate>Tue, 22 Sep 2009 01:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/#comment-23333</guid>
		<description>Here&#039;s a resource for anyone interested in generating a database from their Visio Database Model Diagrams.

I got tired of hand-coding my DDL from Visio 2007 Diagrams, so I wrote a script to do it for me. I know it&#039;s not perfect. But, it works for me. You are welcome to try it out at &lt;a href=&quot;http://aboutwhatever.net/posts/visio-2007-database-model-ddl-generation&quot; rel=&quot;nofollow&quot;&gt;aboutwhatever.net/posts/visio-2007-database-model-ddl-generation&lt;/a&gt;. If there is enough interest, I will look into expanding it&#039;s capabilities.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a resource for anyone interested in generating a database from their Visio Database Model Diagrams.</p>
<p>I got tired of hand-coding my DDL from Visio 2007 Diagrams, so I wrote a script to do it for me. I know it&#8217;s not perfect. But, it works for me. You are welcome to try it out at <a  href="http://aboutwhatever.net/posts/visio-2007-database-model-ddl-generation" rel="nofollow">aboutwhatever.net/posts/visio-2007-database-model-ddl-generation</a>. If there is enough interest, I will look into expanding it&#8217;s capabilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JonB</title>
		<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/comment-page-1/#comment-21850</link>
		<dc:creator>JonB</dc:creator>
		<pubDate>Mon, 16 Feb 2009 18:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/#comment-21850</guid>
		<description>Chris - I want to create a shape called LinkedCabinet that ties to a SQL 2005 database. The LinkedCabinet will be a 42U-high cabinet with two fields - CabinetName and Location - that need to be used as query criteria:

SELECT Server, MakeModel, StartingU from ServerTable where CabinetName = [typed value from LinkedCabinet] AND
Location = [typed value from LinkedCabinet]

Each MakeModel would tie to a Visio standard graphic -- like an HP DL380 Server or Cisco Router, and the StartingU and total height in U is known.

Let&#039;s say the query returned 5 servers:
StartingU   MakeModel    ServerName
33          HP DL380     Server1
25          IBM 3850     Server2
20          IBM 3850     Server3
12          CPQ DL360    Server4
1           IBM 5000     Server5

I want to automatically draw the server graphics at the proper StartingU based upon the results of the query. I would then continue to add cabinets as needed to reflect the population of cabinets in my data center. All devices inside those cabinets would be drawn automatically. Every time the drawing is refreshed, it would re-run the queries to update the cabinets based upon the results.

Have looked at various integration articles but haven&#039;t found any that mention trying to do all of this. Is it possible?

Thanks,
Jon</description>
		<content:encoded><![CDATA[<p>Chris &#8211; I want to create a shape called LinkedCabinet that ties to a SQL 2005 database. The LinkedCabinet will be a 42U-high cabinet with two fields &#8211; CabinetName and Location &#8211; that need to be used as query criteria:</p>
<p>SELECT Server, MakeModel, StartingU from ServerTable where CabinetName = [typed value from LinkedCabinet] AND<br />
Location = [typed value from LinkedCabinet]</p>
<p>Each MakeModel would tie to a Visio standard graphic &#8212; like an HP DL380 Server or Cisco Router, and the StartingU and total height in U is known.</p>
<p>Let&#8217;s say the query returned 5 servers:<br />
StartingU   MakeModel    ServerName<br />
33          HP DL380     Server1<br />
25          IBM 3850     Server2<br />
20          IBM 3850     Server3<br />
12          CPQ DL360    Server4<br />
1           IBM 5000     Server5</p>
<p>I want to automatically draw the server graphics at the proper StartingU based upon the results of the query. I would then continue to add cabinets as needed to reflect the population of cabinets in my data center. All devices inside those cabinets would be drawn automatically. Every time the drawing is refreshed, it would re-run the queries to update the cabinets based upon the results.</p>
<p>Have looked at various integration articles but haven&#8217;t found any that mention trying to do all of this. Is it possible?</p>
<p>Thanks,<br />
Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/comment-page-1/#comment-16032</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Mon, 14 Jan 2008 00:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/#comment-16032</guid>
		<description>Hi Shamil,

I can&#039;t think of anything to make the page transparent. Perhaps when you host the Visio Active X control in a Windows form, but I doubt it.

What problem are you really trying to solve? Visio supports putting shapes on layers, and background pages, as well as transparency on shapes and imported bitmaps and metafiles. Perhaps these features will help you to do what you want?

Cheers,

- Chris</description>
		<content:encoded><![CDATA[<p>Hi Shamil,</p>
<p>I can&#8217;t think of anything to make the page transparent. Perhaps when you host the Visio Active X control in a Windows form, but I doubt it.</p>
<p>What problem are you really trying to solve? Visio supports putting shapes on layers, and background pages, as well as transparency on shapes and imported bitmaps and metafiles. Perhaps these features will help you to do what you want?</p>
<p>Cheers,</p>
<p>- Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shamil</title>
		<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/comment-page-1/#comment-16024</link>
		<dc:creator>Shamil</dc:creator>
		<pubDate>Fri, 11 Jan 2008 18:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/#comment-16024</guid>
		<description>Chris, hi,

Is it possible to make Visio page transparent using SDK? I did not find anything like that and wonder if it&#039;s possible at all.

See ya,
Shamil</description>
		<content:encoded><![CDATA[<p>Chris, hi,</p>
<p>Is it possible to make Visio page transparent using SDK? I did not find anything like that and wonder if it&#8217;s possible at all.</p>
<p>See ya,<br />
Shamil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/comment-page-1/#comment-12093</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Wed, 19 Sep 2007 00:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/#comment-12093</guid>
		<description>Hi Chris,

In Visio, a shape is located on the page by its “Pin”, which is also the rotation point. If you are scanning a document with, say VBA code, you can get the Pin locations like this:

&lt;code&gt;
Dim shp as Visio.Shape
For each shp in Visio.ActivePage
  Debug.Print shp.CellsU(”PinX”).ResultIU
  Debug.Print shp.CellsU(”PinY”).ResultIU
Next shp
&lt;/code&gt;
ResultIU gives you the values in inches. You can also use .Result(”mm”) to get the results in millimeters. Just change the text in parentheses for different units, or use the Visio.visUnitCodes enumeration.

- Chris</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>In Visio, a shape is located on the page by its “Pin”, which is also the rotation point. If you are scanning a document with, say VBA code, you can get the Pin locations like this:</p>
<p><code><br />
Dim shp as Visio.Shape<br />
For each shp in Visio.ActivePage<br />
  Debug.Print shp.CellsU(”PinX”).ResultIU<br />
  Debug.Print shp.CellsU(”PinY”).ResultIU<br />
Next shp<br />
</code><br />
ResultIU gives you the values in inches. You can also use .Result(”mm”) to get the results in millimeters. Just change the text in parentheses for different units, or use the Visio.visUnitCodes enumeration.</p>
<p>- Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/comment-page-1/#comment-12075</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 18 Sep 2007 18:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/#comment-12075</guid>
		<description>Hi,
I&#039;m attempting to recreate a hierarchy tree... from data stored in a SQL table, I&#039;ll be able to create this in visio, if i can just figure out how to gather the x,y coordinates of the existing shapes in the drawing.. i&#039;ve been searching for a way to do this for over 2 days now, with absolutely no headway.... could you please give me some insight as to how you gather the x,y coords of a shape??

any help would be greatly appreciated,

Chris</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m attempting to recreate a hierarchy tree&#8230; from data stored in a SQL table, I&#8217;ll be able to create this in visio, if i can just figure out how to gather the x,y coordinates of the existing shapes in the drawing.. i&#8217;ve been searching for a way to do this for over 2 days now, with absolutely no headway&#8230;. could you please give me some insight as to how you gather the x,y coords of a shape??</p>
<p>any help would be greatly appreciated,</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/comment-page-1/#comment-1268</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Sun, 11 Mar 2007 05:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/2006/11/03/visio-2007-developer-resources-1/#comment-1268</guid>
		<description>Hi RAW,

You&#039;ll want to have a look at the Datebase Wizard under the Tools menu to link info in shapes with info in Excel. It&#039;s not as easy as just referencing one cell to another, even though Visio&#039;s ShapeSheet kind of looks like an Excel spreadsheet.

Also, in Visio 2007, the Data Graphics feature does some real neat stuff regarding shapes and external data.

I&#039;d elaborate more, but I&#039;m sitting in an old bus that is set up as an internet lounge on the west coast of the south island of New Zealand, and don&#039;t have a whole bunch of time today :)

Cheers,

Chris</description>
		<content:encoded><![CDATA[<p>Hi RAW,</p>
<p>You&#8217;ll want to have a look at the Datebase Wizard under the Tools menu to link info in shapes with info in Excel. It&#8217;s not as easy as just referencing one cell to another, even though Visio&#8217;s ShapeSheet kind of looks like an Excel spreadsheet.</p>
<p>Also, in Visio 2007, the Data Graphics feature does some real neat stuff regarding shapes and external data.</p>
<p>I&#8217;d elaborate more, but I&#8217;m sitting in an old bus that is set up as an internet lounge on the west coast of the south island of New Zealand, and don&#8217;t have a whole bunch of time today <img src='http://www.visguy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,</p>
<p>Chris</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 8/27 queries in 0.011 seconds using disk: basic
Object Caching 587/591 objects using disk: basic
Content Delivery Network via N/A

Served from: www.visguy.com @ 2012-02-12 00:20:29 -->
