Does anyone know of any VB6 sample code showing how to host preview handlers ?
Preview handlers are a lightweight read-only preview of a file contents that are bound to a the preview pane window of Windows Explorer or a another window, all without launching the files associated application.
So, for example, you can preview Word or Excel documents in the Preview pane of Windows Explorer.
I want to do the same in a VB6 app.
There is some info here http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx
The only sample code I can find is .Net or Delphi.
http://www.brad-smith.info/blog/archives/183
http://theroadtodelphi.wordpress.com...reviewhandler/
Preview handlers are a lightweight read-only preview of a file contents that are bound to a the preview pane window of Windows Explorer or a another window, all without launching the files associated application.
So, for example, you can preview Word or Excel documents in the Preview pane of Windows Explorer.
I want to do the same in a VB6 app.
There is some info here http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx
The only sample code I can find is .Net or Delphi.
http://www.brad-smith.info/blog/archives/183
http://theroadtodelphi.wordpress.com...reviewhandler/