Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
Looking for preview control under vista
posted

Hi,

I need a preview control to show files under MS Vista (windows form). I see, that their are some shell extension that I can use, and has write my own somple control for that. Have you a control that can make that or plan it in the future?

 For Example:

 PreviewControl pc; 

.....

pc.ShowFile("file.txt");

....

pc.ShowFile("data.xls");

And if a shell extension is installed the control should show the file.