Now for XP not only Vista = preview handlers!

  • Thread starter Thread starter non flamable
  • Start date Start date
N

non flamable

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!).
 
***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@wizzmail.com> wrote in message news:4775a292$1@newsgate.x-privat.org...
> 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!).
>
>
 
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@hotmail.com> wrote in message
news:ecDQubcSIHA.3676@TK2MSFTNGP06.phx.gbl...
> 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@wizzmail.com> wrote in message news:4775a292$1@newsgate.x-privat.org...
>> 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!).
>>
>>
 
Re: ***Spam****

And, Of Course You Re-Posted All Of His Spam In Your Post As Well, Just FYI.

"Peter Foldes" <okf22@hotmail.com> wrote in message
news:ecDQubcSIHA.3676@TK2MSFTNGP06.phx.gbl...
Spam

--
Peter

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

And, Of Course You Re-Posted All Of His Spam In Your Post As Well, Just FYI.

"MICHAEL" <u158627_emr2@dslr.net> wrote in message
news:OkYzaicSIHA.5288@TK2MSFTNGP04.phx.gbl...
>I had missed this post earlier. But now your reply
> to it has brought it to my attention. Thanks. :-(
>
>
> -Michael
>
> "Peter Foldes" <okf22@hotmail.com> wrote in message
> news:ecDQubcSIHA.3676@TK2MSFTNGP06.phx.gbl...
>> Spam
>>
>> --
>> Peter
>>
>> Please Reply to Newsgroup for the benefit of others
>> Requests for assistance by email can not and will not be acknowledged.
 
Re: ***Spam****

And so it goes.


<kevpan815@nospam.hotmail.com> wrote in message news:#kTXVBdSIHA.5160@TK2MSFTNGP05.phx.gbl...
> And, Of Course You Re-Posted All Of His Spam In Your Post As Well, Just FYI.
>
> "MICHAEL" <u158627_emr2@dslr.net> wrote in message
> news:OkYzaicSIHA.5288@TK2MSFTNGP04.phx.gbl...
>>I had missed this post earlier. But now your reply
>> to it has brought it to my attention. Thanks. :-(
>>
>>
>> -Michael
>>
>> "Peter Foldes" <okf22@hotmail.com> wrote in message
>> news:ecDQubcSIHA.3676@TK2MSFTNGP06.phx.gbl...
>>> Spam
>>>
>>> --
>>> Peter
>>>
>>> Please Reply to Newsgroup for the benefit of others
>>> Requests for assistance by email can not and will not be acknowledged.

>
 
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@hotmail.com> is an idiot in
news:ecDQubcSIHA.3676@TK2MSFTNGP06.phx.gbl...
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@wizzmail.com> wrote in message
news:4775a292$1@newsgate.x-privat.org...
> 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!).
>
>
 
Re: ***Spam****

keep your opinions to yourself.

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




mikeyhsd@sprintpcs.com



"Peter Foldes" <okf22@hotmail.com> wrote in message news:ecDQubcSIHA.3676@TK2MSFTNGP06.phx.gbl...
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@wizzmail.com> wrote in message news:4775a292$1@newsgate.x-privat.org...
> You sure wont miss vista now :-)
>
 
Re: NOT SPAM!!! This post is about PREVIEW Handlers

" non flamable" <shhh@wizzmail.com> wrote in message
news:4775dea5@newsgate.x-privat.org...
> 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
 
Re: ***Spam****

Oooops My bad. I thought I deleted it. I usually do

--
Peter

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

<kevpan815@nospam.hotmail.com> wrote in message news:%23kTXVBdSIHA.5160@TK2MSFTNGP05.phx.gbl...
> And, Of Course You Re-Posted All Of His Spam In Your Post As Well, Just FYI.
>
> "MICHAEL" <u158627_emr2@dslr.net> wrote in message
> news:OkYzaicSIHA.5288@TK2MSFTNGP04.phx.gbl...
>>I had missed this post earlier. But now your reply
>> to it has brought it to my attention. Thanks. :-(
>>
>>
>> -Michael
>>
>> "Peter Foldes" <okf22@hotmail.com> wrote in message
>> news:ecDQubcSIHA.3676@TK2MSFTNGP06.phx.gbl...
>>> Spam
>>>
>>> --
>>> Peter
>>>
>>> Please Reply to Newsgroup for the benefit of others
>>> Requests for assistance by email can not and will not be acknowledged.

>
 
Back
Top