<?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: Adding WPF Windows to an existing Windows Form Project</title>
	<atom:link href="http://www.i-think22.net/archives/2008/08/05/adding-wpf-windows-to-an-existing-windows-form-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.i-think22.net/archives/2008/08/05/adding-wpf-windows-to-an-existing-windows-form-project/</link>
	<description>Now with more rambling</description>
	<lastBuildDate>Thu, 01 Jul 2010 09:31:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: charan</title>
		<link>http://www.i-think22.net/archives/2008/08/05/adding-wpf-windows-to-an-existing-windows-form-project/comment-page-1/#comment-8866</link>
		<dc:creator>charan</dc:creator>
		<pubDate>Thu, 01 Jul 2010 09:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.i-think22.net/?p=166#comment-8866</guid>
		<description>How can i set MdiParent to this WPF window?</description>
		<content:encoded><![CDATA[<p>How can i set MdiParent to this WPF window?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Vileski</title>
		<link>http://www.i-think22.net/archives/2008/08/05/adding-wpf-windows-to-an-existing-windows-form-project/comment-page-1/#comment-8373</link>
		<dc:creator>Andre Vileski</dc:creator>
		<pubDate>Fri, 14 Nov 2008 12:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.i-think22.net/?p=166#comment-8373</guid>
		<description>Hi,

Thanks for this tip very useful, now if the winform that you wish to replace with a WPFForm is your first form to be shown how do you modify the main function :
&lt;pre class=&quot;prettyprint&quot;&gt;
static void Main()
{
   Application.EnableVisualStyles();
   Application.SetCompatibleTextRenderingDefault(false);

   Application.Run(new FrmLogon()); // This won&#039;t work with a WPF form
}
&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for this tip very useful, now if the winform that you wish to replace with a WPFForm is your first form to be shown how do you modify the main function :</p>
<pre class="prettyprint">
static void Main()
{
   Application.EnableVisualStyles();
   Application.SetCompatibleTextRenderingDefault(false);

   Application.Run(new FrmLogon()); // This won't work with a WPF form
}
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
