<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>OpenFileDialog sample</title><link>http://blogs.msdn.com/b/wpfsdk/archive/2010/03/26/openfiledialog-sample.aspx</link><description>I finally got some time to dig through all my customer feedback requests and found a glaring problem! The OpenFileDialog class has basically no content on it and so I set about correcting that. It turned out there was a nice little example already living</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: OpenFileDialog sample</title><link>http://blogs.msdn.com/b/wpfsdk/archive/2010/03/26/openfiledialog-sample.aspx#10404609</link><pubDate>Fri, 22 Mar 2013 16:24:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10404609</guid><dc:creator>Barrakoda</dc:creator><description>&lt;p&gt;I always like using this style with working with the bool? results from the new dialog types:&lt;/p&gt;
&lt;p&gt;if(dlg.ShowDialog() ?? false) {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; doStuff();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;Using the null coalesce is a bit cleaner, and we only care when the value is actually true, not null or false it works very well.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10404609" width="1" height="1"&gt;</description></item><item><title>re: OpenFileDialog sample</title><link>http://blogs.msdn.com/b/wpfsdk/archive/2010/03/26/openfiledialog-sample.aspx#10397097</link><pubDate>Tue, 26 Feb 2013 10:53:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10397097</guid><dc:creator>guy1407</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;Thanks for the simple sample (it works!)&lt;/p&gt;
&lt;p&gt;I suggest that instead of &amp;quot;if result = true then&amp;quot; , use &amp;quot;if result then....&amp;quot;&lt;/p&gt;
&lt;p&gt;result is already a boolean variable and contains true/false already.&lt;/p&gt;
&lt;p&gt;Guy&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10397097" width="1" height="1"&gt;</description></item><item><title>re: OpenFileDialog sample</title><link>http://blogs.msdn.com/b/wpfsdk/archive/2010/03/26/openfiledialog-sample.aspx#10293870</link><pubDate>Sun, 15 Apr 2012 12:19:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10293870</guid><dc:creator>Jason W</dc:creator><description>&lt;p&gt;Thanks you very much - perfect! Just what I was after.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10293870" width="1" height="1"&gt;</description></item><item><title>re: OpenFileDialog sample</title><link>http://blogs.msdn.com/b/wpfsdk/archive/2010/03/26/openfiledialog-sample.aspx#10158326</link><pubDate>Tue, 26 Apr 2011 20:02:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10158326</guid><dc:creator>Dan Vahle</dc:creator><description>&lt;p&gt;Sweet example.&lt;/p&gt;
&lt;p&gt;I copied it into public MainWindow() and it worked - no namespace searching - no hassles.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10158326" width="1" height="1"&gt;</description></item></channel></rss>