 




<?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: Help needed calling a vb6 exe from within another and closing the calling exe.</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/help-needed-calling-a-vb6-exe-from-within-another-and-closing-the-calling-exe/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/help-needed-calling-a-vb6-exe-from-within-another-and-closing-the-calling-exe/</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 07:52:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/help-needed-calling-a-vb6-exe-from-within-another-and-closing-the-calling-exe/#comment-62815</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Mon, 27 Apr 2009 19:56:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-62815</guid>
		<description><![CDATA[This is the line that executes the other exe:

glPid = Shell(sProgram , vbNormalFocus)]]></description>
		<content:encoded><![CDATA[<p>This is the line that executes the other exe:</p>
<p>glPid = Shell(sProgram , vbNormalFocus)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acrotzer1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/help-needed-calling-a-vb6-exe-from-within-another-and-closing-the-calling-exe/#comment-62814</link>
		<dc:creator>acrotzer1</dc:creator>
		<pubDate>Mon, 27 Apr 2009 19:41:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-62814</guid>
		<description><![CDATA[How did you get the executions from one exe to the other?]]></description>
		<content:encoded><![CDATA[<p>How did you get the executions from one exe to the other?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/help-needed-calling-a-vb6-exe-from-within-another-and-closing-the-calling-exe/#comment-61224</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Mon, 23 Mar 2009 19:55:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-61224</guid>
		<description><![CDATA[I wrote a simple program to test it.

It worked fine for me, in both cases, using  &#039;Unload Me&#039;, and &#039;End&#039;.

Here are the code snippets:

&lt;pre&gt;sProgram = Trim$(txtProgram)
glPid = Shell(sProgram , vbNormalFocus)
Unload Me&lt;/pre&gt;

&lt;pre&gt;sProgram = Trim$(txtProgram)
glPid = Shell(sProgram , vbNormalFocus)
End&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>I wrote a simple program to test it.</p>
<p>It worked fine for me, in both cases, using  &#8216;Unload Me&#8217;, and &#8216;End&#8217;.</p>
<p>Here are the code snippets:</p>
<pre>sProgram = Trim$(txtProgram)
glPid = Shell(sProgram , vbNormalFocus)
Unload Me</pre>
<pre>sProgram = Trim$(txtProgram)
glPid = Shell(sProgram , vbNormalFocus)
End</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: timjohn</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/help-needed-calling-a-vb6-exe-from-within-another-and-closing-the-calling-exe/#comment-61139</link>
		<dc:creator>timjohn</dc:creator>
		<pubDate>Sat, 21 Mar 2009 09:56:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-61139</guid>
		<description><![CDATA[Absolutely no reason why the calling program cant close itself.  I tried &#039;Unload me&#039; after the shell but that closed all instances or rather closed the running exe and didn&#039;t open the shelled program.  Meanwjhile, I&#039;ll look at the sample program you pointed to, thanks for your help.]]></description>
		<content:encoded><![CDATA[<p>Absolutely no reason why the calling program cant close itself.  I tried &#8216;Unload me&#8217; after the shell but that closed all instances or rather closed the running exe and didn&#8217;t open the shelled program.  Meanwjhile, I&#8217;ll look at the sample program you pointed to, thanks for your help.</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 3/10 queries in 0.046 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-18 11:04:28 -->