<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>coder000 &#187; launch</title>
	<atom:link href="http://coder000.com/tag/launch/feed/" rel="self" type="application/rss+xml" />
	<link>http://coder000.com</link>
	<description>an exploration, a quest... to grow</description>
	<lastBuildDate>Thu, 03 Sep 2009 17:46:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Launch applications, links and mails from vb net</title>
		<link>http://coder000.com/launch-applications-links-and-mails-from-vb-net/</link>
		<comments>http://coder000.com/launch-applications-links-and-mails-from-vb-net/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 03:22:15 +0000</pubDate>
		<dc:creator>Rahul Vyas</dc:creator>
				<category><![CDATA[system]]></category>
		<category><![CDATA[launch]]></category>

		<guid isPermaLink="false">http://coder000.com/?p=279</guid>
		<description><![CDATA[<p>This discussion uses System.Diagnostics.Process.Start method for functionality like providing a click-able web link, launching an email client (like outlook, mailto links), or launching another application from vb.net code.</p>
<p></p>




<p>What is common in all the three scenarios above?</p>
<p>In all of the cases we are trying to start another process from the current process (our application). This can be done by the Process class provided by .NET framework. To start the process we use the Start method.</p>
<p>Starting another application</p>
<p>To start an application from our code, we can use the Start method. Following piece of code starts calculator:</p>
<p></p>
<p>System.Diagnostics.Process.Start("calc.exe")</p>
<p>If you want to pass any arguments <a href="http://coder000.com/launch-applications-links-and-mails-from-vb-net/">[...]<a>]]></description>
		<wfw:commentRss>http://coder000.com/launch-applications-links-and-mails-from-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
