<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blog.4penny.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>VB.NET - All Comments</title><link>http://blog.4penny.net/blogs/vbnet/default.aspx</link><description>Notes, Tricks and Tips on VB.NET</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>re: How to keep an MDI form from opening twice</title><link>http://blog.4penny.net/blogs/vbnet/archive/2007/08/17/how-to-keep-an-mdi-form-from-opening-twice.aspx#578</link><pubDate>Fri, 24 Aug 2007 11:38:11 GMT</pubDate><guid isPermaLink="false">05d3ee43-09e1-4c21-9d53-64ecaf1acc4f:578</guid><dc:creator>Steve Gray</dc:creator><description>&lt;p&gt;You pass in the form that you want to open (frm), f is a generic form object. We loop through all the forms in the 'mdiChildren' collection and see if this frm is open. 'F' represents the forms in the 'mdichildren' collection. &lt;/p&gt;
&lt;img src="http://blog.4penny.net/aggbug.aspx?PostID=578" width="1" height="1"&gt;</description></item><item><title>re: How to keep an MDI form from opening twice</title><link>http://blog.4penny.net/blogs/vbnet/archive/2007/08/17/how-to-keep-an-mdi-form-from-opening-twice.aspx#577</link><pubDate>Fri, 24 Aug 2007 08:41:34 GMT</pubDate><guid isPermaLink="false">05d3ee43-09e1-4c21-9d53-64ecaf1acc4f:577</guid><dc:creator>may</dc:creator><description>&lt;p&gt;what is f in this context?&lt;/p&gt;
&lt;img src="http://blog.4penny.net/aggbug.aspx?PostID=577" width="1" height="1"&gt;</description></item><item><title>re: Retrieving a connection string from app.config</title><link>http://blog.4penny.net/blogs/vbnet/archive/2007/06/23/retrieving-a-connection-string-from-app-config.aspx#487</link><pubDate>Tue, 10 Jul 2007 13:16:55 GMT</pubDate><guid isPermaLink="false">05d3ee43-09e1-4c21-9d53-64ecaf1acc4f:487</guid><dc:creator>Steve Gray</dc:creator><description>&lt;p&gt;I found this posted somewhere else, but I haven't tried it. If you get it working let me know what fixed it and I'll update this post&lt;/p&gt;
&lt;p&gt;===================================&lt;/p&gt;
&lt;p&gt;The easiest way to do this is to import System.WebConfiguration and&lt;/p&gt;
&lt;p&gt;use:&lt;/p&gt;
&lt;p&gt;Dim s As String =&lt;/p&gt;
&lt;p&gt;WebConfigurationManager.ConnectionStrings(&amp;quot;foo&amp;quot;).C onnectionString&lt;/p&gt;
&lt;img src="http://blog.4penny.net/aggbug.aspx?PostID=487" width="1" height="1"&gt;</description></item></channel></rss>