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
725
What window control can I use to Visualize the content of a file?
posted

Hi, i have a screen divided un two. On the left i have a treeview where I show the drives of the PC along with their folders and files. I want to have another control on the right in which to open and show whatever file the user chooses on the tree. Is there any window component that would allow me to display the content of whatever type of file (txt, doc, xsl, pdf, etc...) the user wants to see?

Thanks

Parents
No Data
Reply
  • 4940
    Offline posted

    There's not a Infragistics control that provides a preview of various file types, but you can Google the 'preview handler framework' that Microsoft created. It uses the IPreviewHandler interface and does exactly what you're asking.

Children