<?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: multiple forms</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/multiple-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/multiple-forms/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 04:39:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/multiple-forms/#comment-76048</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:29:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-76048</guid>
		<description><![CDATA[When using the SDI interface in VB, you can have one form call another form, and this form call another.   From the called form, you can close the calling one as long as it is not the startup form (you can do this even when the calling form is an MDI container if it was not set as parent of the called form, which is not done by default) .  If you close the startup form your application will end.

However, you could call your second form, and then hide the first one:

&lt;pre&gt;        Dim f As New Form2
        f2.Show()
        Me.Hide()&lt;/pre&gt;

But, when doing something like this, if the second form is closed there will be no visible forms but the application will continue running, so this is something that needs to be considered.]]></description>
		<content:encoded><![CDATA[<p>When using the SDI interface in VB, you can have one form call another form, and this form call another.   From the called form, you can close the calling one as long as it is not the startup form (you can do this even when the calling form is an MDI container if it was not set as parent of the called form, which is not done by default) .  If you close the startup form your application will end.</p>
<p>However, you could call your second form, and then hide the first one:</p>
<pre>        Dim f As New Form2
        f2.Show()
        Me.Hide()</pre>
<p>But, when doing something like this, if the second form is closed there will be no visible forms but the application will continue running, so this is something that needs to be considered.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.011 seconds using memcached
Object Caching 268/271 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 04:46:17 -->