<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>Preview Handler COM Server</title><link>http://code.msdn.microsoft.com/xppreviewhandler/Project/ProjectRss.aspx</link><description>Sample code for creating Preview Handlers on Windows XP systems using a COM server built in the .NET Framework.  Preview Handlers are a built in part of Vista, however the out-of-process server tha...</description><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/xppreviewhandler/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Sample code for creating Preview Handlers on Windows XP systems using a COM server built in the .NET Framework.  Preview Handlers are a built in part of Vista, however the out-of-process server that is included in Vista is not a part of Windows XP and thus a preview host is necessary.&lt;br /&gt;&lt;br /&gt;This library is a sample of implementing the necessary COM server implementation as well as preview handler interfaces to create a handler that will work in Outlook 2007 and Windows XP.
&lt;br /&gt; &lt;br /&gt;Credit goes to &lt;a href="http://blogs.msdn.com/toub" class="externalLink"&gt;Stephen Toub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, &lt;a href="http://ryangregg.com" class="externalLink"&gt;Ryan Gregg&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, and Lim Bio Long for providing inspiration, sample code and documentation to this sample.  &lt;br /&gt; &lt;br /&gt;This sample is based off of articles on CodeProject demonstrating implementing COM servers in .NET as well as code from Ryan Gregg for implementing the required interfaces for IPreviewHandler to make this work.&lt;br /&gt; &lt;br /&gt;See &lt;a href="http://thecodetrip.com/1/codegallery-comserver" class="externalLink"&gt;The Code Trip&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for a brief video by roadie &lt;a href="http://timheuer.com/blog/" class="externalLink"&gt;Tim Heuer&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; describing the core piece of this and a link to an implementation using this library.&lt;br /&gt;
&lt;/div&gt;</description><author>timheuer</author><pubDate>Fri, 28 Mar 2008 22:25:33 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080328P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/xppreviewhandler/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Sample code for creating Preview Handlers on Windows XP systems using a COM server built in the .NET Framework.  Preview Handlers are a built in part of Vista, however the out-of-process server that is included in Vista is not a part of Windows XP and thus a preview host is necessary.&lt;br /&gt;&lt;br /&gt;This library is a sample of implementing the necessary COM server implementation as well as preview handler interfaces to create a handler that will work in Outlook 2007 and Windows XP.
&lt;br /&gt; &lt;br /&gt;Credit goes to &lt;a href="http://blogs.msdn.com/toub" class="externalLink"&gt;Stephen Toub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, &lt;a href="http://ryangregg.com" class="externalLink"&gt;Ryan Gregg&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, and Lim Bio Long for providing inspiration, sample code and documentation to this sample.  &lt;br /&gt; &lt;br /&gt;This sample is based off of articles on CodeProject demonstrating implementing COM servers in .NET as well as code from Ryan Gregg for implementing the required interfaces for IPreviewHandler to make this work.&lt;br /&gt; &lt;br /&gt;See &lt;a href="http://thecodetrip.com/1/codegallery-comserver" class="externalLink"&gt;The Code Trip&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for a brief video by roadie &lt;a href="http://timheuer.com/blog/" class="externalLink"&gt;Tim heuer&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; describing the core piece of this and a link to an implementation using this library.&lt;br /&gt;
&lt;/div&gt;</description><author>timheuer</author><pubDate>Fri, 28 Mar 2008 04:34:05 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080328A</guid></item><item><title>CREATED RELEASE: 1.0.0.0 (Mar 27, 2008)</title><link>http://code.msdn.microsoft.com/xppreviewhandler/Release/ProjectReleases.aspx?ReleaseId=744</link><description>Initial release with a sample implementation emitting the previewed file text contents into a giant text box.</description><author></author><pubDate>Fri, 28 Mar 2008 03:36:07 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 1.0.0.0 (Mar 27, 2008) 20080328A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/xppreviewhandler/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Sample code for creating Preview Handlers on Windows XP systems using a COM server built in the .NET Framework.  Preview Handlers are a built in part of Vista, however the out-of-process server that is included in Vista is not a part of Windows XP and thus a preview host is necessary.&lt;br /&gt;&lt;br /&gt;This library is a sample of implementing the necessary COM server implementation as well as preview handler interfaces to create a handler that will work in Outlook 2007 and Windows XP.&lt;br /&gt;&lt;br /&gt;Many thanks to Stephen Toub, Ryan Gregg and CodeProject for most of the code&amp;#33;
&lt;br /&gt; &lt;br /&gt;Credit goes to &lt;a href="http://blogs.msdn.com/toub" class="externalLink"&gt;Stephen Toub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, &lt;a href="http://ryangregg.com" class="externalLink"&gt;Ryan Gregg&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, and Lim Bio Long for providing inspiration, sample code and documentation to this sample.  &lt;br /&gt; &lt;br /&gt;This sample is based off of articles on CodeProject demonstrating implementing COM servers in .NET as well as code from Ryan Gregg for implementing the required interfaces for IPreviewHandler to make this work.&lt;br /&gt;
&lt;/div&gt;</description><author>timheuer</author><pubDate>Fri, 28 Mar 2008 03:09:06 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080328A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/xppreviewhandler/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Sample code for creating Preview Handlers on Windows XP systems using a COM server built in the .NET Framework.  Preview Handlers are a built in part of Vista, however the out-of-process server that is included in Vista is not a part of Windows XP and thus a preview host is necessary.&lt;br /&gt;&lt;br /&gt;This library is a sample of implementing the necessary COM server implementation as well as preview handler interfaces to create a handler that will work in Outlook 2007 and Windows XP.&lt;br /&gt;&lt;br /&gt;Many thanks to Stephen Toub, Ryan Gregg and CodeProject for most of the code&amp;#33;
&lt;br /&gt;
&lt;/div&gt;</description><author>timheuer</author><pubDate>Fri, 28 Mar 2008 03:02:44 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080328A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/xppreviewhandler/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Sample code for creating Preview Handlers on Windows XP systems using a COM server built in the .NET Framework.  Preview Handlers are a built in part of Vista, however the out-of-process server that is included in Vista is not a part of Windows XP and thus a preview host is necessary.&lt;br /&gt;&lt;br /&gt;This library is a sample of implementing the necessary COM server implementation as well as preview handler interfaces to create a handler that will work in Outlook 2007 and Windows XP.
&lt;br /&gt; &lt;br /&gt;Credit goes to &lt;a href="http://blogs.msdn.com/toub" class="externalLink"&gt;Stephen Toub&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, &lt;a href="http://ryangregg.com" class="externalLink"&gt;Ryan Gregg&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, and Lim Bio Long for providing inspiration, sample code and documentation to this sample.  &lt;br /&gt; &lt;br /&gt;This sample is based off of articles on CodeProject demonstrating implementing COM servers in .NET as well as code from Ryan Gregg for implementing the required interfaces for IPreviewHandler to make this work.&lt;br /&gt; &lt;br /&gt;See &lt;a href="http://thecodetrip.com/1/codegallery-comserver" class="externalLink"&gt;The Code Trip&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>timheuer</author><pubDate>Fri, 28 Mar 2008 01:30:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080328A</guid></item></channel></rss>