<?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 - Windows 7 Taskbar Integration for MFC Applications</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications/rss"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/05F3/D38BA9D7-8B35-49B5-BA96-9E6F002D05F3/TaskbarIntegrationForMfcApplications_100_ch9.jpg</url>
		<title>Channel 9 - Windows 7 Taskbar Integration for MFC Applications</title>
		<link></link>
	</image>
	<description> The new Windows 7 taskbar provides capabilities that you can (and should) take advantage of in your applications. These capabilities include Jump Lists, pinning, live taskbar previews and more. In this screencast,&amp;nbsp;Kate Gregory&amp;nbsp;(@gregcons) provides an overview of these capabilities and demonstrates how to support them in your applications built with the&amp;nbsp;MFC (Microsoft Foundation Class) library. </description>
	<link></link>
	<language>en</language>
	<pubDate>Sun, 26 May 2013 07:33:48 GMT</pubDate>
	<lastBuildDate>Sun, 26 May 2013 07:33:48 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Windows 7 Taskbar Integration for MFC Applications</title>
		<description>
			<![CDATA[What happens if you build the application to target Windows 7 and use some of these features in the code, and someone then runs the application on Windows Vista or XP? Is it possible to code the app to fail gracefully in that case and just do nothing, or will the app simply not run on those earlier OS?<br /> <p>posted by Joseph Hatfield</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634342618300000000</link>
		<pubDate>Fri, 25 Feb 2011 20:17:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634342618300000000</guid>
		<dc:creator>Joseph Hatfield</dc:creator>
	</item>
	<item>
		<title>Re: Windows 7 Taskbar Integration for MFC Applications</title>
		<description>
			<![CDATA[@Joseph Hatfield:Yes, of course it is possible to make a program use windows 7 features only when they are available.<br /> <br />In other words, your app doesn't have to fail at all !<br /> <br />Programs have been doing this for years.<br /> <p>posted by Mr Crash</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634342723080000000</link>
		<pubDate>Fri, 25 Feb 2011 23:11:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634342723080000000</guid>
		<dc:creator>Mr Crash</dc:creator>
	</item>
	<item>
		<title>Re: Windows 7 Taskbar Integration for MFC Applications</title>
		<description>
			<![CDATA[ <p>@<a href="/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634342618300000000">Joseph Hatfield</a>: You can&nbsp;retrieve the current&nbsp;operating system via GetVersionEx().</p><p>posted by jbristowe</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634343305040000000</link>
		<pubDate>Sat, 26 Feb 2011 15:21:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634343305040000000</guid>
		<dc:creator>jbristowe</dc:creator>
	</item>
	<item>
		<title>Re: Windows 7 Taskbar Integration for MFC Applications</title>
		<description>
			<![CDATA[Of course I can enable features based on the results of GetVersionEx(), but in order to gain access to the new functions, I have to change the WINVER of my project to target Windows 7. My concern was that in targeting Windows 7 in that way it would make the app literally unusable or likely to fail when running on Windows XP.  My assumption has been that if you set WINVER to target a specific OS then the app could ONLY be run on that OS or a later version. It would be great news to hear that wasn't true.<p>posted by Joseph Hatfield</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634343523780000000</link>
		<pubDate>Sat, 26 Feb 2011 21:26:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634343523780000000</guid>
		<dc:creator>Joseph Hatfield</dc:creator>
	</item>
	<item>
		<title>Re: Windows 7 Taskbar Integration for MFC Applications</title>
		<description>
			<![CDATA[ <p>@<span><span class="name">Joseph Hatfield: Yes, setting&nbsp;WINVER target can break down-level platforms since it changes struct sizes etc, so if you do sizeof(structvarname) in your code, it will break. You could maybe try to #include the COM headers with a different&nbsp;WINVER. Or be careful and only use the size constants like&nbsp;NOTIFYICONDATA_V1_SIZE. </span></span></p><p>&nbsp;</p><p><span><span class="name">Too bad MS did not opt for a min and max version solution when they moved to the&nbsp;NTDDI defines.</span></span></p><p>posted by WndSks</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634344278440000000</link>
		<pubDate>Sun, 27 Feb 2011 18:24:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634344278440000000</guid>
		<dc:creator>WndSks</dc:creator>
	</item>
	<item>
		<title>Re: Windows 7 Taskbar Integration for MFC Applications</title>
		<description>
			<![CDATA[ <p>@<a href="/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634343523780000000">Joseph Hatfield</a>:</p><p>For what it is worth, I just downloaded the demo <a href="http://msdn.microsoft.com/en-us/Windows7TrainingCourse_Win7TaskbarMFC">VS2010 solution for the Windows 7 Taskbar Demo</a> , compiled and ran it on a Windows XP box, and it ran without any issues.</p><p>&nbsp;</p><p>posted by BassPassion</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634344772680000000</link>
		<pubDate>Mon, 28 Feb 2011 08:07:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634344772680000000</guid>
		<dc:creator>BassPassion</dc:creator>
	</item>
	<item>
		<title>Re: Windows 7 Taskbar Integration for MFC Applications</title>
		<description>
			<![CDATA[@WndSks: Thanks for the suggestion to use COM. That turned out to be quite easy to implement and now I've got the beginnings of a class that handles all the dirty work without the need to change WINVER.<br /> <br />COM ftw!<p>posted by Joseph Hatfield</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634345973050000000</link>
		<pubDate>Tue, 01 Mar 2011 17:28:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634345973050000000</guid>
		<dc:creator>Joseph Hatfield</dc:creator>
	</item>
	<item>
		<title>Re: Windows 7 Taskbar Integration for MFC Applications</title>
		<description>
			<![CDATA[@Karla: Until a newer, even cleaner look to Windows comes along in Windows XX.   :)<br />Its the big machine that must keep rolling...<p>posted by S Edwards</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634347804020000000</link>
		<pubDate>Thu, 03 Mar 2011 20:20:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634347804020000000</guid>
		<dc:creator>S Edwards</dc:creator>
	</item>
	<item>
		<title>Re: Windows 7 Taskbar Integration for MFC Applications</title>
		<description>
			<![CDATA[ <p>It's really too bad that MFC excludes these APIs unless WINVER is set to at least&nbsp;0x601.&nbsp; It already does all of the work necessary for the DLL to run on older OSes.&nbsp; If these had not required a WINVER setting, then we could use these APIs without worrying that the WINVER setting would let in some other API in some other part of the program that would prevent the program from working on earlier OSes.</p><p>posted by GregM</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634371141810000000</link>
		<pubDate>Wed, 30 Mar 2011 20:36:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Windows-7-Taskbar-Integration-for-MFC-Applications#c634371141810000000</guid>
		<dc:creator>GregM</dc:creator>
	</item>
</channel>
</rss>