Click here to Skip to main content
15,888,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

When I use the windows explorer (XP or Win7), I can see the files content in an embedded viewer (the windows explorer preview pane).

Is it possible to embed this preview-component in a .Net program?
I just want to show some files (mostly pdf, but not always) in my program side by side with some additional information where the files belong to.

The windows explorer preview pane does all I want, except it is not part of my program.
My application is written in C# using Visual Studio 2010.

I know, these viewers are registered somewhere in the windows registry. Unfortunately I do not know how to use these components.

I found the Windows API Code Pack. But that only shows how to create such viewers. Not how to use them in a self created program.

My favorite solution would be a wrapper-class, that could be used in a standard windows forms .Net application.

Any hints?
Posted

1 solution

you can look Apex.WinForms.Controls.ShellListView

I think it is what you want
 
Share this answer
 
Comments
nextX-online 23-May-13 15:03pm    
Hi Osman24,

I googled and binged around, but i could not find any references to your suggested component or library.

Do you have any additional information or a link?

greetings,

nextX

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900