Windows component
-
Hello, Any one knows a sample article OR a commercial component that allows file preview in an application. The preview should work for pictures, office documents, txt files. Thank you. Best Regards, Dan.
can't you just
::ShellExecute()
the file to preview so that it automatically opens the right application for it ?
You don't know where to start ? ask a good friend
-
can't you just
::ShellExecute()
the file to preview so that it automatically opens the right application for it ?
You don't know where to start ? ask a good friend
-
Thank you for the reply. I am intended to show the file preview into a MDI application. Regards, Dan.
micutzu wrote:
I am intended to show the file preview into a MDI application.
then you'll have to code the preview behaviors yourself i believe...
You don't know where to start ? ask a good friend