<?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>Mystalia Studios &#187; framework.</title>
	<atom:link href="http://www.mystalia.net/tag/framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mystalia.net</link>
	<description>Coding Studio</description>
	<lastBuildDate>Fri, 19 Mar 2010 01:22:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Opening a WebPage in the Default Browser (C# .net)</title>
		<link>http://www.mystalia.net/2008/06/opening-a-webpage-in-the-default-browser-c-net/</link>
		<comments>http://www.mystalia.net/2008/06/opening-a-webpage-in-the-default-browser-c-net/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 13:33:35 +0000</pubDate>
		<dc:creator>Mystalia</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[default browser]]></category>
		<category><![CDATA[framework.]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.mystalia.net/?p=18</guid>
		<description><![CDATA[When you just want to open a webpage in the systems default browser there are many complicated methods to do it, like going through the registry and finding out what the default browser is&#8230; blah blah&#8230; SO! Why not just hand the task over to windows&#8230; &#160; &#160; using System.Diagnostics; &#160; &#160; // In one [...]]]></description>
			<content:encoded><![CDATA[<p>When you just want to open a webpage in the systems default browser there are many complicated methods to do it, like going through the registry and finding out what the default browser is&#8230; blah blah&#8230;</p>
<p>SO! Why not just hand the task over to windows&#8230;</p>
<div class="codecolorer-container csharp default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="csharp codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp; &nbsp; <span style="color: #0600FF; font-weight: bold;">using</span> <span style="color: #008080;">System.Diagnostics</span><span style="color: #008000;">;</span><br />
<br />
&nbsp; &nbsp; <span style="color: #008080; font-style: italic;">// In one line of code look...</span><br />
&nbsp; &nbsp; Process<span style="color: #008000;">.</span><span style="color: #0000FF;">Start</span><span style="color: #008000;">&#40;</span><span style="color: #666666;">&quot;http://www.google.com&quot;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span></div></div>
<p>And there you go, windows will handle the url as if you had just clicked a shortcut on the desktop and open it with the default browser.</p>
<p>Easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mystalia.net/2008/06/opening-a-webpage-in-the-default-browser-c-net/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
