Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Now for XP not only Vista = preview handlers!

Reply
 
Old 12-28-2007   #1 (permalink)
non flamable


 
 

Now for XP not only Vista = preview handlers!

You sure wont miss vista now :-)

http://www.azarfamily.org/previewhandlersforwindowsxp

As soon as I've installed Microsoft Office 2007, I've noticed this new
Preview Handlers feature integrated into Outlook's Reading Pane. So I
thought to myself, "hey, that's pretty cool! Let's download some previewers
from the net!". But oh what a disappointment, no Preview Handler that worked
under Windows XP sp2 could be found! How can that be?

My spirits were down, but I did not lose hope. I started reading here and
there, found this really cool implementation of preview handlers (written in
C#) for Windows Vista by Stephen Toub (thanks Stephen! ^_^), but as cool as
that implementation might be, it only worked under Vista, which was very
frustrating for me...

So I decided to download the Windows SDK and try my luck with this new
(incredibly unsupported) feature. After a few nights I have developed the
code you can download here, for free

Supported Types
PDF - This handler uses Adobe Acrobat Reader's ActiveX control.

SWF - (NEW!) This handler uses Adobe Shockwave Flash's ActiveX control.

HTML/HTM/XML - This handler works about the same but with Internet
Explorer's ActiveX control. I probably should have added a few more file
types to this handler.

ASF/WMV/WMA/AVI/WAV/MPG/MPEG/MP3/MIDI/AIFF/AU - The same, but with Windows
Media Player's ActiveX. I didn't test all of these, but they should work
fine.


ZIP/GADGET/MSI/RESX/SNK/KEYS - I didn't implement them myself, but only
forwarded interface calls to Stephen Toub's managed preview handlers. You
can find them here, along with other useful information about preview
handlers (hey, it helped me write my code...).

CS/VB/SQL/JS - like the previous group, I didn't implement them, but added
them to my nifty wrapper. For these file types I used the implementation
that can be found here in Tim Heuer's blog (thanks a bunch Tim!).



My System SpecsSystem Spec
Old 12-28-2007   #2 (permalink)
Peter Foldes


 
 

***Spam****

Spam

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

" non flamable" <shhh@xxxxxx> wrote in message news:4775a292$1@xxxxxx-privat.org...
Quote:

> You sure wont miss vista now :-)
>
> http://www.azarfamily.org/previewhandlersforwindowsxp
>
> As soon as I've installed Microsoft Office 2007, I've noticed this new
> Preview Handlers feature integrated into Outlook's Reading Pane. So I
> thought to myself, "hey, that's pretty cool! Let's download some previewers
> from the net!". But oh what a disappointment, no Preview Handler that worked
> under Windows XP sp2 could be found! How can that be?
>
> My spirits were down, but I did not lose hope. I started reading here and
> there, found this really cool implementation of preview handlers (written in
> C#) for Windows Vista by Stephen Toub (thanks Stephen! ^_^), but as cool as
> that implementation might be, it only worked under Vista, which was very
> frustrating for me...
>
> So I decided to download the Windows SDK and try my luck with this new
> (incredibly unsupported) feature. After a few nights I have developed the
> code you can download here, for free
>
> Supported Types
> PDF - This handler uses Adobe Acrobat Reader's ActiveX control.
>
> SWF - (NEW!) This handler uses Adobe Shockwave Flash's ActiveX control.
>
> HTML/HTM/XML - This handler works about the same but with Internet
> Explorer's ActiveX control. I probably should have added a few more file
> types to this handler.
>
> ASF/WMV/WMA/AVI/WAV/MPG/MPEG/MP3/MIDI/AIFF/AU - The same, but with Windows
> Media Player's ActiveX. I didn't test all of these, but they should work
> fine.
>
>
> ZIP/GADGET/MSI/RESX/SNK/KEYS - I didn't implement them myself, but only
> forwarded interface calls to Stephen Toub's managed preview handlers. You
> can find them here, along with other useful information about preview
> handlers (hey, it helped me write my code...).
>
> CS/VB/SQL/JS - like the previous group, I didn't implement them, but added
> them to my nifty wrapper. For these file types I used the implementation
> that can be found here in Tim Heuer's blog (thanks a bunch Tim!).
>
>
My System SpecsSystem Spec
Old 12-28-2007   #3 (permalink)
MICHAEL


 
 

Re: ***Spam****

I had missed this post earlier. But now your reply
to it has brought it to my attention. Thanks. :-(


-Michael

"Peter Foldes" <okf22@xxxxxx> wrote in message
news:ecDQubcSIHA.3676@xxxxxx
Quote:

> Spam
>
> --
> Peter
>
> Please Reply to Newsgroup for the benefit of others
> Requests for assistance by email can not and will not be acknowledged.
>
> " non flamable" <shhh@xxxxxx> wrote in message news:4775a292$1@xxxxxx-privat.org...
Quote:

>> You sure wont miss vista now :-)
>>
>> http://www.azarfamily.org/previewhandlersforwindowsxp
>>
>> As soon as I've installed Microsoft Office 2007, I've noticed this new
>> Preview Handlers feature integrated into Outlook's Reading Pane. So I
>> thought to myself, "hey, that's pretty cool! Let's download some previewers
>> from the net!". But oh what a disappointment, no Preview Handler that worked
>> under Windows XP sp2 could be found! How can that be?
>>
>> My spirits were down, but I did not lose hope. I started reading here and
>> there, found this really cool implementation of preview handlers (written in
>> C#) for Windows Vista by Stephen Toub (thanks Stephen! ^_^), but as cool as
>> that implementation might be, it only worked under Vista, which was very
>> frustrating for me...
>>
>> So I decided to download the Windows SDK and try my luck with this new
>> (incredibly unsupported) feature. After a few nights I have developed the
>> code you can download here, for free
>>
>> Supported Types
>> PDF - This handler uses Adobe Acrobat Reader's ActiveX control.
>>
>> SWF - (NEW!) This handler uses Adobe Shockwave Flash's ActiveX control.
>>
>> HTML/HTM/XML - This handler works about the same but with Internet
>> Explorer's ActiveX control. I probably should have added a few more file
>> types to this handler.
>>
>> ASF/WMV/WMA/AVI/WAV/MPG/MPEG/MP3/MIDI/AIFF/AU - The same, but with Windows
>> Media Player's ActiveX. I didn't test all of these, but they should work
>> fine.
>>
>>
>> ZIP/GADGET/MSI/RESX/SNK/KEYS - I didn't implement them myself, but only
>> forwarded interface calls to Stephen Toub's managed preview handlers. You
>> can find them here, along with other useful information about preview
>> handlers (hey, it helped me write my code...).
>>
>> CS/VB/SQL/JS - like the previous group, I didn't implement them, but added
>> them to my nifty wrapper. For these file types I used the implementation
>> that can be found here in Tim Heuer's blog (thanks a bunch Tim!).
>>
>>
My System SpecsSystem Spec
Old 12-29-2007   #4 (permalink)
non flamable


 
 

NOT SPAM!!! This post is about PREVIEW Handlers

what an idiot you are.. this is a Preview handler for XP, it is important
for people to know
what preview handlers are in vista and that there is an option now to have
them in XP too...

what are you some kind of troll or something?


"Peter Foldes" <okf22@xxxxxx> is an idiot in
news:ecDQubcSIHA.3676@xxxxxx
Spam

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

" non flamable" <shhh@xxxxxx> wrote in message
news:4775a292$1@xxxxxx-privat.org...
Quote:

> You sure wont miss vista now :-)
>
> http://www.azarfamily.org/previewhandlersforwindowsxp
>
> As soon as I've installed Microsoft Office 2007, I've noticed this new
> Preview Handlers feature integrated into Outlook's Reading Pane. So I
> thought to myself, "hey, that's pretty cool! Let's download some
> previewers
> from the net!". But oh what a disappointment, no Preview Handler that
> worked
> under Windows XP sp2 could be found! How can that be?
>
> My spirits were down, but I did not lose hope. I started reading here and
> there, found this really cool implementation of preview handlers (written
> in
> C#) for Windows Vista by Stephen Toub (thanks Stephen! ^_^), but as cool
> as
> that implementation might be, it only worked under Vista, which was very
> frustrating for me...
>
> So I decided to download the Windows SDK and try my luck with this new
> (incredibly unsupported) feature. After a few nights I have developed the
> code you can download here, for free
>
> Supported Types
> PDF - This handler uses Adobe Acrobat Reader's ActiveX control.
>
> SWF - (NEW!) This handler uses Adobe Shockwave Flash's ActiveX control.
>
> HTML/HTM/XML - This handler works about the same but with Internet
> Explorer's ActiveX control. I probably should have added a few more file
> types to this handler.
>
> ASF/WMV/WMA/AVI/WAV/MPG/MPEG/MP3/MIDI/AIFF/AU - The same, but with Windows
> Media Player's ActiveX. I didn't test all of these, but they should work
> fine.
>
>
> ZIP/GADGET/MSI/RESX/SNK/KEYS - I didn't implement them myself, but only
> forwarded interface calls to Stephen Toub's managed preview handlers. You
> can find them here, along with other useful information about preview
> handlers (hey, it helped me write my code...).
>
> CS/VB/SQL/JS - like the previous group, I didn't implement them, but added
> them to my nifty wrapper. For these file types I used the implementation
> that can be found here in Tim Heuer's blog (thanks a bunch Tim!).
>
>
My System SpecsSystem Spec
Old 12-29-2007   #5 (permalink)
mikeyhsd


 
 

Re: ***Spam****

keep your opinions to yourself.

if you wish to complain do so to his isp's.




mikeyhsd@xxxxxx



"Peter Foldes" <okf22@xxxxxx> wrote in message news:ecDQubcSIHA.3676@xxxxxx
Spam

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

" non flamable" <shhh@xxxxxx> wrote in message news:4775a292$1@xxxxxx-privat.org...
Quote:

> You sure wont miss vista now :-)
>
My System SpecsSystem Spec
Old 12-29-2007   #6 (permalink)
DarkSentinel


 
 

Re: NOT SPAM!!! This post is about PREVIEW Handlers

" non flamable" <shhh@xxxxxx> wrote in message
news:4775dea5@xxxxxx-privat.org...
Quote:

> what an idiot you are.. this is a Preview handler for XP, it is important
> for people to know
> what preview handlers are in vista and that there is an option now to have
> them in XP too...
>
> what are you some kind of troll or something?
Think about what you just said. This is a VISTA ng, not XP. The people here,
EXCEPT for the trolls are using this as an information and help forum for
VISTA. Also, WHY exactly is it important for the user to know WHAT a preview
handler is in VISTA? You make it sound like this grand invention, when all
it is a small R-O preview of the file's contents. While I am sure this item
is useful to you and all, you may be better served just keeping it confined
to the XP group. So given the fact that it IS a VISTA group, and cross
posting doesn't excuse it, your post by definition IS either trolling or
SPAM. Which is it?

--
Ok, I got the big purple f*cker, Sponge Bob is next!!
http://www.lockergnome.com/darksentinel
You know what to do with the munge

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Event handlers on nested custom controls in WPF .NET General
Changing Email Handlers Vista General
Unable to preview office documents in the preview pane Vista file management
Default handlers? Vista mail
Multiple trap handlers in a function: variable scoping issues PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46