<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Vista Preview Handlers in WPF application</title>
	<atom:link href="http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/</link>
	<description>Take care of the sense, and the sounds will take care of themselves.</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:57:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Seb THOMAS</title>
		<link>http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/comment-page-1/#comment-3798</link>
		<dc:creator>Seb THOMAS</dc:creator>
		<pubDate>Tue, 11 May 2010 18:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/#comment-3798</guid>
		<description>Question to Jonah Simpson

What is the bug fix to IStreamProvider so PDF would work ?

Is there a solution to the focus bug ?</description>
		<content:encoded><![CDATA[<p>Question to Jonah Simpson</p>
<p>What is the bug fix to IStreamProvider so PDF would work ?</p>
<p>Is there a solution to the focus bug ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anu</title>
		<link>http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/comment-page-1/#comment-3328</link>
		<dc:creator>Anu</dc:creator>
		<pubDate>Wed, 30 Sep 2009 00:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/#comment-3328</guid>
		<description>Hello,

Thanks for this write-up.

I am trying to run your solution on Windows 7. The solution compiles fine (in VS 2008), but when I run the solution, an OutOfMemoryException is thrown on the line &quot;pHandler.DoPreview();&quot;. Interestingly, if I stop the program and then run it again, it breaks at an earlier line: &quot;fileInit.Initialize(fileName, 0);&quot; saying the COM Server is giving an error.

Even more interestingly, MS Excel pops up when I run the app, and then Windows tells me that Excel is not responding.

I am wondering if there is some issue w/ the excel file formats being a previewable format in Windows 7 (I think it wasn&#039;t in Vista, but not sure).

Has any one been able to run the solution in Windows 7 successfully?

Thanks in advance.

-Anu</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for this write-up.</p>
<p>I am trying to run your solution on Windows 7. The solution compiles fine (in VS 2008), but when I run the solution, an OutOfMemoryException is thrown on the line &#8220;pHandler.DoPreview();&#8221;. Interestingly, if I stop the program and then run it again, it breaks at an earlier line: &#8220;fileInit.Initialize(fileName, 0);&#8221; saying the COM Server is giving an error.</p>
<p>Even more interestingly, MS Excel pops up when I run the app, and then Windows tells me that Excel is not responding.</p>
<p>I am wondering if there is some issue w/ the excel file formats being a previewable format in Windows 7 (I think it wasn&#8217;t in Vista, but not sure).</p>
<p>Has any one been able to run the solution in Windows 7 successfully?</p>
<p>Thanks in advance.</p>
<p>-Anu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit kumar</title>
		<link>http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/comment-page-1/#comment-3278</link>
		<dc:creator>amit kumar</dc:creator>
		<pubDate>Tue, 08 Sep 2009 12:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/#comment-3278</guid>
		<description>i need to display selected file detail in file explorer
just as in win vista and win 7


file explorer is opening as in win vista or win 7
but it is not showing detail of selected file

help.............

mail me

thakur_amit15@rediffmail.com</description>
		<content:encoded><![CDATA[<p>i need to display selected file detail in file explorer<br />
just as in win vista and win 7</p>
<p>file explorer is opening as in win vista or win 7<br />
but it is not showing detail of selected file</p>
<p>help&#8230;&#8230;&#8230;&#8230;.</p>
<p>mail me</p>
<p><a href="mailto:thakur_amit15@rediffmail.com">thakur_amit15@rediffmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonah Simpson</title>
		<link>http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/comment-page-1/#comment-2883</link>
		<dc:creator>Jonah Simpson</dc:creator>
		<pubDate>Tue, 31 Mar 2009 21:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/#comment-2883</guid>
		<description>Hi Tamir!

I&#039;ve been playing with this example and I&#039;ve noticed a couple problems that I was hoping you could help me with. 

Specifically, when I try to run the Preview Handler for PowerPoint or PDF they&#039;re constrained in size by the rect appropriately, but don&#039;t seem to be positioned properly (top left corner is set to 0,0 which causes the Preview Handler to be directly over top of the list for selecting the file to preview)

When I try to run the preview handlers for Visio or Word, getting focus causes them to resize to the full size of the window.  

I&#039;m running your example pretty much verbatim (other than a bug fix to IInitializeWithStream so the PDF reader works). 

My environment is .NET 3.5 SP1, Office 2007 SP1, 32-bit Vista Ultimate, VS 2008 SP1

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi Tamir!</p>
<p>I&#8217;ve been playing with this example and I&#8217;ve noticed a couple problems that I was hoping you could help me with. </p>
<p>Specifically, when I try to run the Preview Handler for PowerPoint or PDF they&#8217;re constrained in size by the rect appropriately, but don&#8217;t seem to be positioned properly (top left corner is set to 0,0 which causes the Preview Handler to be directly over top of the list for selecting the file to preview)</p>
<p>When I try to run the preview handlers for Visio or Word, getting focus causes them to resize to the full size of the window.  </p>
<p>I&#8217;m running your example pretty much verbatim (other than a bug fix to IInitializeWithStream so the PDF reader works). </p>
<p>My environment is .NET 3.5 SP1, Office 2007 SP1, 32-bit Vista Ultimate, VS 2008 SP1</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonah Simpson</title>
		<link>http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/comment-page-1/#comment-2882</link>
		<dc:creator>Jonah Simpson</dc:creator>
		<pubDate>Tue, 31 Mar 2009 21:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/#comment-2882</guid>
		<description>Hi Tamir!

I&#039;ve been playing with this example and I&#039;ve noticed a couple problems that I was hoping you could help me with. 

Specifically, when I try to run the Preview Handler for PowerPoint or PDF they&#039;re constrained in size by the rect appropriately, but don&#039;t seem to be positioned properly (top left corner is set to 0,0 which causes the Preview Handler to be directly over top of the list for selecting the file to preview)

When I try to run the preview handlers for Visio or Word, getting focus causes them to resize to the full size of the window.  

I&#039;m running your example pretty much verbatim (other than a bug fix to IStreamProvider so the PDF reader works). 

My environment is .NET 3.5 SP1, Office 2007 SP1, 32-bit Vista Ultimate, VS 2008 SP1

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi Tamir!</p>
<p>I&#8217;ve been playing with this example and I&#8217;ve noticed a couple problems that I was hoping you could help me with. </p>
<p>Specifically, when I try to run the Preview Handler for PowerPoint or PDF they&#8217;re constrained in size by the rect appropriately, but don&#8217;t seem to be positioned properly (top left corner is set to 0,0 which causes the Preview Handler to be directly over top of the list for selecting the file to preview)</p>
<p>When I try to run the preview handlers for Visio or Word, getting focus causes them to resize to the full size of the window.  </p>
<p>I&#8217;m running your example pretty much verbatim (other than a bug fix to IStreamProvider so the PDF reader works). </p>
<p>My environment is .NET 3.5 SP1, Office 2007 SP1, 32-bit Vista Ultimate, VS 2008 SP1</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordML to FlowDocument – how to convert docx files to WPF FlowDocument &#124; Tamir Khason - Just code</title>
		<link>http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/comment-page-1/#comment-1738</link>
		<dc:creator>WordML to FlowDocument – how to convert docx files to WPF FlowDocument &#124; Tamir Khason - Just code</dc:creator>
		<pubDate>Thu, 01 Jan 2009 09:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/#comment-1738</guid>
		<description>[...] then the original file. Those files are, actually, printout of the original document. Also we know how to use Windows Vista Preview Handler to view original MS Office files inside WPF application. So why not to work with the originals? Why not to convert Microsoft Office document into [...]</description>
		<content:encoded><![CDATA[<p>[...] then the original file. Those files are, actually, printout of the original document. Also we know how to use Windows Vista Preview Handler to view original MS Office files inside WPF application. So why not to work with the originals? Why not to convert Microsoft Office document into [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John T.</title>
		<link>http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/comment-page-1/#comment-1317</link>
		<dc:creator>John T.</dc:creator>
		<pubDate>Thu, 01 Jan 2009 08:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/#comment-1317</guid>
		<description>&lt;p&gt;Tamir&lt;/p&gt;
&lt;p&gt;Thanks for this wonderful piece. I tested your code with Foxit&#039;s PDF preview handler. It does&#039;nt seem to work. Do you know why ?&lt;/p&gt;
&lt;p&gt;The preview handler works with Windows Explorer. &#160;It seems to return null for IInitializeWithFile when I use with your code.&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://timheuer.com/blog/archive/2006/12/13/13945.aspx&quot; rel=&quot;nofollow&quot;&gt;timheuer.com/.../13945.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;John T.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tamir</p>
<p>Thanks for this wonderful piece. I tested your code with Foxit&#8217;s PDF preview handler. It does&#8217;nt seem to work. Do you know why ?</p>
<p>The preview handler works with Windows Explorer. &nbsp;It seems to return null for IInitializeWithFile when I use with your code.</p>
<p><a rel="nofollow" target="_new" href="http://timheuer.com/blog/archive/2006/12/13/13945.aspx" rel="nofollow">timheuer.com/&#8230;/13945.aspx</a></p>
<p>John T.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tamir Khason</title>
		<link>http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/comment-page-1/#comment-1316</link>
		<dc:creator>Tamir Khason</dc:creator>
		<pubDate>Thu, 01 Jan 2009 08:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/using-vista-preview-handlers-in-wpf-application/#comment-1316</guid>
		<description>&lt;p&gt;Hi, John&lt;/p&gt;
&lt;p&gt;I checked this with Foxit handlers and it works for me. I think, your problem is FileStream provider. Look into source code to find commented area about it&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, John</p>
<p>I checked this with Foxit handlers and it works for me. I think, your problem is FileStream provider. Look into source code to find commented area about it</p>
]]></content:encoded>
	</item>
</channel>
</rss>
