<?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 for Visual Basic Feng Shui</title>
	<atom:link href="http://www.darinhiggins.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darinhiggins.com</link>
	<description>See and forget; hear and remember; do and understand</description>
	<lastBuildDate>Tue, 21 Feb 2012 13:03:27 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on BookmarkSave Addin for VB6 by admin</title>
		<link>http://www.darinhiggins.com/bookmarksave-addin-for-vb6/#comment-1287</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 21 Feb 2012 13:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.darinhiggins.com/bookmarksave-addin-for-vb6/#comment-1287</guid>
		<description>Hi Chris

Glad to hear it&#039;s working for you. Yes, I do plan on opening up the source. Just hadn&#039;t gotten to the point of cleaning it up yet. I&#039;ll give it a run through and post back here.

I&#039;ve also run into a couple issues I need to sort out as well, the primary one being that if you use the Alt-Up/Down to attempt to navigate through breakpoints while in run mode, the addin crashes. It doesn&#039;t take down VB, so that&#039;s good, but it shouldn&#039;t crash either. I&#039;m guessing it&#039;s just a limitation of somethat that VB6 can&#039;t do in run mode, but I&#039;ll have to look into it further.

Did you see my post about VB6 addins written in .net?
&lt;a href=&quot;http://www.darinhiggins.com/authoring-vb6-ide-addins-in-vb-net/&quot; rel=&quot;nofollow&quot;&gt;http://www.darinhiggins.com/authoring-vb6-ide-addins-in-vb-net/&lt;/a&gt;

That also might be a good starting point for a &quot;Goto line number&quot; addin.</description>
		<content:encoded><![CDATA[<p>Hi Chris</p>
<p>Glad to hear it&#8217;s working for you. Yes, I do plan on opening up the source. Just hadn&#8217;t gotten to the point of cleaning it up yet. I&#8217;ll give it a run through and post back here.</p>
<p>I&#8217;ve also run into a couple issues I need to sort out as well, the primary one being that if you use the Alt-Up/Down to attempt to navigate through breakpoints while in run mode, the addin crashes. It doesn&#8217;t take down VB, so that&#8217;s good, but it shouldn&#8217;t crash either. I&#8217;m guessing it&#8217;s just a limitation of somethat that VB6 can&#8217;t do in run mode, but I&#8217;ll have to look into it further.</p>
<p>Did you see my post about VB6 addins written in .net?<br />
<a href="http://www.darinhiggins.com/authoring-vb6-ide-addins-in-vb-net/" rel="nofollow">http://www.darinhiggins.com/authoring-vb6-ide-addins-in-vb-net/</a></p>
<p>That also might be a good starting point for a &#8220;Goto line number&#8221; addin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BookmarkSave Addin for VB6 by Chris Nicholls</title>
		<link>http://www.darinhiggins.com/bookmarksave-addin-for-vb6/#comment-1286</link>
		<dc:creator>Chris Nicholls</dc:creator>
		<pubDate>Tue, 21 Feb 2012 10:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.darinhiggins.com/bookmarksave-addin-for-vb6/#comment-1286</guid>
		<description>Darren, thanks, this is brilliant. Works perfectly.

Like you I&#039;ve just had to pick up and old VB6 project and I&#039;d forgotten quite how painful the IDE was.

Would you consider releasing the source? I plan to write an addin to provide the perplexingly missing &quot;go to line number&quot; functionailty; your addin seems like it might be a good place to start.

I would of course release my addin and its source for others including yourself to use.</description>
		<content:encoded><![CDATA[<p>Darren, thanks, this is brilliant. Works perfectly.</p>
<p>Like you I&#8217;ve just had to pick up and old VB6 project and I&#8217;d forgotten quite how painful the IDE was.</p>
<p>Would you consider releasing the source? I plan to write an addin to provide the perplexingly missing &#8220;go to line number&#8221; functionailty; your addin seems like it might be a good place to start.</p>
<p>I would of course release my addin and its source for others including yourself to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the RegEx feature of the File Class in the MSBuild Extension Pack by admin</title>
		<link>http://www.darinhiggins.com/using-the-regex-feature-of-the-file-class-in-the-msbuild-extension-pack/#comment-1278</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 09 Feb 2012 22:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.darinhiggins.com/2009/07/10/UsingTheRegExFeatureOfTheFileClassInTheMSBuildExtensionPack.aspx#comment-1278</guid>
		<description>Thanks! Glad it helped. That one had me stumped for a bit.</description>
		<content:encoded><![CDATA[<p>Thanks! Glad it helped. That one had me stumped for a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the RegEx feature of the File Class in the MSBuild Extension Pack by Aaron DeMarre</title>
		<link>http://www.darinhiggins.com/using-the-regex-feature-of-the-file-class-in-the-msbuild-extension-pack/#comment-1277</link>
		<dc:creator>Aaron DeMarre</dc:creator>
		<pubDate>Thu, 09 Feb 2012 21:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.darinhiggins.com/2009/07/10/UsingTheRegExFeatureOfTheFileClassInTheMSBuildExtensionPack.aspx#comment-1277</guid>
		<description>Thank you for this, it really helped a lot!

Where the MSBuild AssemblyInfo task failed, this really came in handy.</description>
		<content:encoded><![CDATA[<p>Thank you for this, it really helped a lot!</p>
<p>Where the MSBuild AssemblyInfo task failed, this really came in handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Titans of Grammar by Squiggly Spell Checking in Notepad++ &#8212; Visual Basic Feng Shui</title>
		<link>http://www.darinhiggins.com/titans-of-grammar/#comment-1275</link>
		<dc:creator>Squiggly Spell Checking in Notepad++ &#8212; Visual Basic Feng Shui</dc:creator>
		<pubDate>Wed, 08 Feb 2012 22:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.darinhiggins.com/2007/07/22/TitansOfGrammar.aspx#comment-1275</guid>
		<description>[...] However, a recent faux pas with a readme.txt that ended up with some nasty misspellings in it had me off to find something of a solution. I either had to give up Notepad++, or resolve this some other way. Misspellings are my priority 1000 issue! [...]</description>
		<content:encoded><![CDATA[<p>[...] However, a recent faux pas with a readme.txt that ended up with some nasty misspellings in it had me off to find something of a solution. I either had to give up Notepad++, or resolve this some other way. Misspellings are my priority 1000 issue! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring Log4Net in a .net VSTO Word Addin by Salsa Oudenaarde</title>
		<link>http://www.darinhiggins.com/configuring-log4net-in-a-net-vsto-word-addin/#comment-1272</link>
		<dc:creator>Salsa Oudenaarde</dc:creator>
		<pubDate>Sun, 29 Jan 2012 13:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.darinhiggins.com/2010/06/10/ConfiguringLog4NetInANetVSTOWordAddin.aspx#comment-1272</guid>
		<description>Im grateful for the article post. Much obliged.</description>
		<content:encoded><![CDATA[<p>Im grateful for the article post. Much obliged.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exposing C-Style Entry Points in a .net Assembly (revisited) by BookmarkSave Addin for VB6 &#8212; Visual Basic Feng Shui</title>
		<link>http://www.darinhiggins.com/exposing-c-style-entry-points-in-a-net-assembly-revisited/#comment-1268</link>
		<dc:creator>BookmarkSave Addin for VB6 &#8212; Visual Basic Feng Shui</dc:creator>
		<pubDate>Tue, 10 Jan 2012 14:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.darinhiggins.com/exposing-c-style-entry-points-in-a-net-assembly-revisited/#comment-1268</guid>
		<description>[...] a separate file. This is a technique I’ve worked on for quite some time, and talked about here, here, and here. Still need to get that article written up.     Comments RSS Feed &#160;  Post a comment [...]</description>
		<content:encoded><![CDATA[<p>[...] a separate file. This is a technique I’ve worked on for quite some time, and talked about here, here, and here. Still need to get that article written up.     Comments RSS Feed &nbsp;  Post a comment [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Authoring VB6 IDE Addins in VB.net by BookmarkSave Addin for VB6 &#8212; Visual Basic Feng Shui</title>
		<link>http://www.darinhiggins.com/authoring-vb6-ide-addins-in-vb-net/#comment-1267</link>
		<dc:creator>BookmarkSave Addin for VB6 &#8212; Visual Basic Feng Shui</dc:creator>
		<pubDate>Tue, 10 Jan 2012 14:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.darinhiggins.com/authoring-vb6-ide-addins-in-vb-net/#comment-1267</guid>
		<description>[...] If first blogged about this addin back here. [...]</description>
		<content:encoded><![CDATA[<p>[...] If first blogged about this addin back here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The VB6 CreateObject Function by Darin</title>
		<link>http://www.darinhiggins.com/the-vb6-createobject-function/#comment-1244</link>
		<dc:creator>Darin</dc:creator>
		<pubDate>Tue, 29 Nov 2011 15:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.darinhiggins.com/2007/08/22/TheVB6CreateObjectFunction.aspx#comment-1244</guid>
		<description>Not a problem. Glad I could help. My take on installers is that you should strive to get your application to the point where you can do an xcopy install if you&#039;re an admin, but then rely on Windows Installer for those few bits you can&#039;t do if the user is NOT admin.

And if you don&#039;t have an installer, check out Wise. I can&#039;t stand InstallShield.

I also really like Innosetup and it&#039;s free, BUT, it doesn&#039;t make use of the Windows Installer service, so it can&#039;t register OCXs or COM DLLs when the installing user is not an ADMIN or poweruser.  So that limits its usefulness a bit. Just depends on your audience.</description>
		<content:encoded><![CDATA[<p>Not a problem. Glad I could help. My take on installers is that you should strive to get your application to the point where you can do an xcopy install if you&#8217;re an admin, but then rely on Windows Installer for those few bits you can&#8217;t do if the user is NOT admin.</p>
<p>And if you don&#8217;t have an installer, check out Wise. I can&#8217;t stand InstallShield.</p>
<p>I also really like Innosetup and it&#8217;s free, BUT, it doesn&#8217;t make use of the Windows Installer service, so it can&#8217;t register OCXs or COM DLLs when the installing user is not an ADMIN or poweruser.  So that limits its usefulness a bit. Just depends on your audience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The VB6 CreateObject Function by th</title>
		<link>http://www.darinhiggins.com/the-vb6-createobject-function/#comment-1243</link>
		<dc:creator>th</dc:creator>
		<pubDate>Tue, 29 Nov 2011 14:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.darinhiggins.com/2007/08/22/TheVB6CreateObjectFunction.aspx#comment-1243</guid>
		<description>Hi 

Thank you for the response its perfect, I think we will go down the route of an installer which we can the use the window installer service. Thank you for your response it has pointed us in the right direction</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Thank you for the response its perfect, I think we will go down the route of an installer which we can the use the window installer service. Thank you for your response it has pointed us in the right direction</p>
]]></content:encoded>
	</item>
</channel>
</rss>

