﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » .NET Forums » General .NET Discussion  » Executing an external program...</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 00:17:18 GMT</lastBuildDate><ttl>20</ttl><item><title>Executing an external program...</title><link>http://forum.strataframe.net/FindPost6826.aspx</link><description>How would I start an external program (like notepad) from within visual basic .net and then wait for notepad to be closed before resuming execution? &lt;br&gt;
&lt;br&gt;
The link I'm providing used to be the good ole way to do it in VB6.&lt;br&gt;
&lt;br&gt;
http://support.microsoft.com/kb/129796&lt;br&gt;
&lt;br&gt;
Any ideas?</description><pubDate>Thu, 15 Feb 2007 14:04:51 GMT</pubDate><dc:creator>StarkMike</dc:creator></item><item><title>RE: Executing an external program...</title><link>http://forum.strataframe.net/FindPost6827.aspx</link><description>[codesnippet]Dim loProcess As System.Diagnostics.Process&lt;/P&gt;&lt;P&gt;loProcess = System.Diagnostics.Process.Start("notepad.exe")&lt;BR&gt;loProcess.WaitForExit()[/codesnippet]</description><pubDate>Thu, 15 Feb 2007 14:04:51 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>