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
Although I am having difficulty finding this, thank you!
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.