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.

Parents
  • 1158
    Offline posted

    Hi,

    I thinks that a control like this dont exist!
    Each file type need a control/program to render it on printer/screen, in any OS.

    You can use an UltraPrintPreviewDialog with an UltraPrintDocument control to render and preview the prtinting, but you need a control that is able to render the fileFormat.

    Remember: the development of software is not as simple as using ;)

    Good lucky

Reply Children