<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Pat Brenner: Visual Studio 2010 - MFC and Windows 7</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/497084_100x75.jpg</url>
		<title>Channel 9 - Pat Brenner: Visual Studio 2010 - MFC and Windows 7</title>
		<link></link>
	</image>
	<description>Microsoft Foundation Classes for C&amp;#43;&amp;#43; (MFC) continue to evolve and will ship with Visual Studio 2010. In fact, you can start playing with the updated and improved MFC right now by downloading the&amp;nbsp;VS
 2010 Beta 2. MFC wraps native Windows APIs in convenient C&amp;#43;&amp;#43; wrapper classes that are defined for many Windows objects and common window controls. Not surprisingly, MFC&amp;nbsp;wraps&amp;nbsp;some of the&amp;nbsp;new capabilities in Windows 7 (and will continue to do so in the future).&amp;nbsp;Some of the key&amp;nbsp;MFC updates in VS 2010 Beta 2 are:Improved interaction with Windows Explorer (Watch this Screencast
for Demo):
Windows7 taskbar interaction with preview Preview, thumbnail and search filter handlers for file types 
Ribbon UI improvements:
Ribbon is now an XML resource in the application A new designer for the ribbon Visual manager for Windows7 ribbon style 
Restart manager support (Watch this Screencast for demo):
Application restart or crash handled more elegantly Document auto-save and restore handled completely within MFC (if wanted) 
Software Developer and 20 year Microsoft veteran Pat Brenner sits down with us to discuss the new and improved MFC and how it takes advantage of new Windows 7 features in the typically convenient MFC way.
Enjoy! </description>
	<link></link>
	<language>en</language>
	<pubDate>Mon, 20 May 2013 00:05:03 GMT</pubDate>
	<lastBuildDate>Mon, 20 May 2013 00:05:03 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Pat Brenner: Visual Studio 2010 - MFC and Windows 7</title>
		<description>
			<![CDATA[
<p>Yeah there are a lot of native developers out there. We are the silent majority actually.</p>
<p>posted by swe</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c633918116180000000</link>
		<pubDate>Thu, 22 Oct 2009 12:33:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c633918116180000000</guid>
		<dc:creator>swe</dc:creator>
	</item>
	<item>
		<title>Re: Pat Brenner: Visual Studio 2010 - MFC and Windows 7</title>
		<description>
			<![CDATA[
<p>Shh! Don't give it away...</p>
<p>posted by Corrector</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c633918637320000000</link>
		<pubDate>Fri, 23 Oct 2009 03:02:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c633918637320000000</guid>
		<dc:creator>Corrector</dc:creator>
	</item>
	<item>
		<title>Re: Pat Brenner: Visual Studio 2010 - MFC and Windows 7</title>
		<description>
			<![CDATA[
<p>Just wondering if all the features Pat talks about are delivered in vs2010 beta 2 ?</p>
<p>&nbsp;</p>
<p>For example, about the taskbar interaction, all I have found is CWinApp::EnableTaskbarInteraction(BOOL bEnable), which actually only sets a BOOL flag... which is not used anuwhere else in the MFC code. Or I am missing something ?</p>
<p>&nbsp;</p>
<p>Also, I can't open the class wizard now <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-9.gif' alt='Crying' /></p>
<p>&nbsp;</p>
<p>Anyway the Ribbon designer&nbsp;is really great ! .NET programmers will really be jalous. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /></p>
<p>&nbsp;</p>
<p><a href="http://www.blogmfc.com">www.blogmfc.com</a> (in French)</p>
<p><a href="http://www.microsofttranslator.com/BV.aspx?ref=Internal&amp;a=http%3a%2f%2fwww.blogmfc.com">http://www.microsofttranslator.com/BV.aspx?ref=Internal&amp;a=http%3a%2f%2fwww.blogmfc.com</a>&nbsp;(automatic translation in English)</p>
<p>posted by pierremf</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c633919919680000000</link>
		<pubDate>Sat, 24 Oct 2009 14:39:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c633919919680000000</guid>
		<dc:creator>pierremf</dc:creator>
	</item>
	<item>
		<title>Re: Pat Brenner: Visual Studio 2010 - MFC and Windows 7</title>
		<description>
			<![CDATA[
<p>Charles,</p>
<p>&nbsp;</p>
<p>Perhaps you could do a part two that is demo ridden?&nbsp; It's nice to see some examples of the updates in action.</p>
<p>posted by ChrisStepaniuk</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c633921197640000000</link>
		<pubDate>Mon, 26 Oct 2009 02:09:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c633921197640000000</guid>
		<dc:creator>ChrisStepaniuk</dc:creator>
	</item>
	<item>
		<title>Re: Pat Brenner: Visual Studio 2010 - MFC and Windows 7</title>
		<description>
			<![CDATA[
<p>Pat will be making some screencasts.</p>
<p>C</p>
<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c633921679110000000</link>
		<pubDate>Mon, 26 Oct 2009 15:31:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c633921679110000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: Pat Brenner: Visual Studio 2010 - MFC and Windows 7</title>
		<description>
			<![CDATA[
<p>Pat has made some Screencasts: </p>
<p>&nbsp;</p>
<p><a href="http://channel9.msdn.com/posts/Charles/MFC-Integrating-your-application-with-the-Windows-Restart-Manager/">http://channel9.msdn.com/posts/Charles/MFC-Integrating-your-application-with-the-Windows-Restart-Manager/</a></p>
<p><a href="http://channel9.msdn.com/posts/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering/">http://channel9.msdn.com/posts/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering/</a></p>
<p>C</p>
<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c633936702870000000</link>
		<pubDate>Fri, 13 Nov 2009 00:51:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c633936702870000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: Pat Brenner: Visual Studio 2010 - MFC and Windows 7</title>
		<description>
			<![CDATA[
<p>I always looked at MFC as an outdated, so-so Win32 wrapper BUT i must say, I was really impressed when they resurrected it in the 2008 feature pack.
</p>
<p>&nbsp;</p>
<p>The docking system, the toolbars, the ribbons, everything works very well and requires very little code to create a very nice looking, native application. Everything is wrapped in a clean way where you dont have to worry about the low-level Win32 stuff that
 is going on underneath. </p>
<p>&nbsp;</p>
<p>I am thrilled to see that they go a step further with VS2010 and I hope MS keeps updating MFC for many years to come. Keep up the good work Pat.</p>
<p>posted by bleubleu</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c634036717360000000</link>
		<pubDate>Mon, 08 Mar 2010 19:02:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c634036717360000000</guid>
		<dc:creator>bleubleu</dc:creator>
	</item>
	<item>
		<title>Re: Pat Brenner: Visual Studio 2010 - MFC and Windows 7</title>
		<description>
			<![CDATA[
<p>nice share,.. </p>
<p>posted by carltz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c634155451720000000</link>
		<pubDate>Sat, 24 Jul 2010 05:12:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c634155451720000000</guid>
		<dc:creator>carltz</dc:creator>
	</item>
	<item>
		<title>Re: Pat Brenner: Visual Studio 2010 - MFC and Windows 7</title>
		<description>
			<![CDATA[
<p>Good post. You crack me up. Yea, the MFC / Native code world is good.</p>
<p>I would like to point out that with some good design skills, it's easy to create a generic layer that encapsulates the MFC nitty gritty. I have done that, and now I have an elegant C&#43;&#43; implementation of MVC, driven by an XML language more powerful than XAML.<br /><br />Anyways, I got the idea from some Silverlight marketing announcement that one can use Silverlight from an MFC application. I can't find anything about it. Did I imagine that, or is this possible?</p>
<p><a href="http://mycomputersland.com"><img src="http://1.bp.blogspot.com/_6R1aYLOwKHg/TD8SNeT-XXI/AAAAAAAAADo/IWjMd6H91Xk/s1600/nucc" border="0" alt="comland" hspace="2" vspace="2"></a><a href="http://mycomputersland.com"><img src="http://1.bp.blogspot.com/_6R1aYLOwKHg/TD8SNeT-XXI/AAAAAAAAADo/IWjMd6H91Xk/s1600/nucc" border="0" alt="computersland" hspace="2" vspace="2"></a><a href="http://itcomputerzone.com"><img src="http://1.bp.blogspot.com/_6R1aYLOwKHg/TD8SNeT-XXI/AAAAAAAAADo/IWjMd6H91Xk/s1600/nucc" border="0" alt="itcomputer" hspace="2" vspace="2"></a>
<a href="http://computerslookup.com"><img src="http://1.bp.blogspot.com/_6R1aYLOwKHg/TD8SNeT-XXI/AAAAAAAAADo/IWjMd6H91Xk/s1600/nucc" border="0" alt="computerslookup" hspace="2" vspace="2"></a></p>
<p>posted by petersan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c634155458850000000</link>
		<pubDate>Sat, 24 Jul 2010 05:24:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c634155458850000000</guid>
		<dc:creator>petersan</dc:creator>
	</item>
	<item>
		<title>Re: Pat Brenner: Visual Studio 2010 - MFC and Windows 7</title>
		<description>
			<![CDATA[Where do i find MFC and is it an add on to visual studios? I am running visual studios 2008 and would like to add MFC. Sorry im pretty new to all of this, please help!<p>posted by lwgodfrey</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c634227601310000000</link>
		<pubDate>Fri, 15 Oct 2010 17:22:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Pat-Brenner-Visual-Studio-2010-MFC-and-Windows-7#c634227601310000000</guid>
		<dc:creator>lwgodfrey</dc:creator>
	</item>
</channel>
</rss>