<?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 - MFC: Implementing handlers for preview, thumbnail and search filtering</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/505861_100x75.jpg</url>
		<title>Channel 9 - MFC: Implementing handlers for preview, thumbnail and search filtering</title>
		<link></link>
	</image>
	<description>This is a short demonstration of new MFC features in MFC and ATL which help with integrating your application’s file type into Windows Explorer.&amp;nbsp; This is done by implementing handlers for preview, thumbnail and search filtering, all of which are implemented
 in an application generated by the MFC application wizard. Pat Brenner, MFC guru and one of the folks who design and implement MFC is your host.
</description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 18 May 2013 17:11:18 GMT</pubDate>
	<lastBuildDate>Sat, 18 May 2013 17:11:18 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: MFC: Implementing handlers for preview, thumbnail and search filtering</title>
		<description>
			<![CDATA[
<p>Is it possible to register the preview and thumbnail handlers for multiple document templates?</p>
<p>My MFC app has 4 file types.</p>
<p>&nbsp;</p>
<p>Thank you</p>
<p>Vaclav</p>
<p>&nbsp;</p>
<p>posted by Vaclav9</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634001369570000000</link>
		<pubDate>Tue, 26 Jan 2010 21:09:17 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634001369570000000</guid>
		<dc:creator>Vaclav9</dc:creator>
	</item>
	<item>
		<title>Re: MFC: Implementing handlers for preview, thumbnail and search filtering</title>
		<description>
			<![CDATA[
<p>Hi Vaclav,</p>
<p>&nbsp;</p>
<p>It is possible to register handlers for multiple document templates.&nbsp; If you have an existing MFC application you can do this by adding an ATL project to your solution and then adding ATL simple objects to create handlers for each of your document templates.</p>
<p>&nbsp;</p>
<p>I'm planning to do a video of this (adding handler support to an existing MFC application) soon, but thanks for the reminder.</p>
<p>&nbsp;</p>
<p>Pat Brenner</p>
<p>Visual C&#43;&#43; Libraries Development</p>
<p>posted by Pat Brenner</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634001508810000000</link>
		<pubDate>Wed, 27 Jan 2010 01:01:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634001508810000000</guid>
		<dc:creator>Pat Brenner</dc:creator>
	</item>
	<item>
		<title>Re: MFC: Implementing handlers for preview, thumbnail and search filtering</title>
		<description>
			<![CDATA[
<p>Hi Pat,</p>
<p>&nbsp;</p>
<p>Thank you for the quick response.</p>
<p>I am looking forward to your next videos.</p>
<p>&nbsp;</p>
<p>Thanks</p>
<p>Vaclav</p>
<p>posted by Vaclav9</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634001801600000000</link>
		<pubDate>Wed, 27 Jan 2010 09:09:20 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634001801600000000</guid>
		<dc:creator>Vaclav9</dc:creator>
	</item>
	<item>
		<title>Re: MFC: Implementing handlers for preview, thumbnail and search filtering</title>
		<description>
			<![CDATA[
<p>nice sharing pat,..</p>
<p>thank you for your explanation.. </p>
<p>I'm waiting for the next Video,.</p>
<p>posted by carltz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634155476780000000</link>
		<pubDate>Sat, 24 Jul 2010 05:54:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634155476780000000</guid>
		<dc:creator>carltz</dc:creator>
	</item>
	<item>
		<title>Re: MFC: Implementing handlers for preview, thumbnail and search filtering</title>
		<description>
			<![CDATA[
<p>Thanks for share the problem,. </p>
<p>posted by carltz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634155482560000000</link>
		<pubDate>Sat, 24 Jul 2010 06:04:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634155482560000000</guid>
		<dc:creator>carltz</dc:creator>
	</item>
	<item>
		<title>Re: MFC: Implementing handlers for preview, thumbnail and search filtering</title>
		<description>
			<![CDATA[
<p>Hi all,<br />I have to develop my first serious application in native code (Compact<br />Framework has been excluded for several reasons) that should run over CE.NET<br />4.2, PocketPC 2003 and future versions (and possibly also over SmartPhones).<br /><br />I wouldn't write code directly with Win APIs, I prefer to use a library such<br />as MFC / ATL / WTL but I have several doubts such as:<br /><br />- I read that WTL is a good library, that runs also on SmartPhones, but does<br />it run also on CE.NET 4.2 (and future version, such as 5.0), or I have to<br />modify it?<br /><br />- MFC doesn't run on SmartPhones and is bigger than WTL, has it got some<br />features so that I should prefer it over WTL?<br /><br />Can anybody give me some advice to choose the right library?</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>
<a href="http://itcomputerzone.com/batch/"><img src="http://1.bp.blogspot.com/_6R1aYLOwKHg/TD8SNeT-XXI/AAAAAAAAADo/IWjMd6H91Xk/s1600/nucc" border="0" alt="batch" hspace="2" vspace="2"></a></p>
<p>posted by petersan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634155597830000000</link>
		<pubDate>Sat, 24 Jul 2010 09:16:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634155597830000000</guid>
		<dc:creator>petersan</dc:creator>
	</item>
	<item>
		<title>Re: MFC: Implementing handlers for preview, thumbnail and search filtering</title>
		<description>
			<![CDATA[
<p><pre class="brush: text">I have to develop my first serious application in native code (Compact Framework has been excluded for several reasons) that should run over CE.NET</pre></p>
<p>Just curious what your reasons were for not using CF. I've played around with it and it seems kind of slow. I can't escape the feeling that using it will end up that the first 90% of the app was really easy to do in it and the last 10% darn near killed me
 or wasn't even possible.</p>
<p>posted by jeremyboy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634155604110000000</link>
		<pubDate>Sat, 24 Jul 2010 09:26:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634155604110000000</guid>
		<dc:creator>jeremyboy</dc:creator>
	</item>
	<item>
		<title>Re: MFC: Implementing handlers for preview, thumbnail and search filtering</title>
		<description>
			<![CDATA[
<p>LOL i literally asked the same exact question yesterday. I didnt realize MFC doesnt run on smartphones. Good to know. Even if i statically link the MFC it worn run on the smartphone os?</p>
<p>posted by carltz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634155618180000000</link>
		<pubDate>Sat, 24 Jul 2010 09:50:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634155618180000000</guid>
		<dc:creator>carltz</dc:creator>
	</item>
	<item>
		<title>Re: MFC: Implementing handlers for preview, thumbnail and search filtering</title>
		<description>
			<![CDATA[
<p>nice <span id="ctl00_MainPlaceHolder_Starter_BodyLabel">short demonstration,. </span>
</p>
<p><span>Thanks.<br /></span></p>
<p>posted by Martinz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634155646990000000</link>
		<pubDate>Sat, 24 Jul 2010 10:38:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/MFC-Implementing-handlers-for-preview-thumbnail-and-search-filtering#c634155646990000000</guid>
		<dc:creator>Martinz</dc:creator>
	</item>
</channel>
</rss>