Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 662 Bytes

File metadata and controls

19 lines (11 loc) · 662 Bytes

PreviewHandlerHost

An example IPreviewHandler implementation using .NET Windows Forms.

Preview handlers are called when an item is selected to show a lightweight, rich, read-only preview of the file's contents in the view's reading pane. This is done without launching the file's associated application.

alt text

References

https://docs.microsoft.com/en-us/windows/win32/shell/preview-handlers

https://www.brad-smith.info/blog/archives/79

https://www.brad-smith.info/blog/archives/183

https://github.com/GeeLaw/PreviewHost

https://github.com/Atrejoe/MarkdownPreview

https://github.com/RRUZ/delphi-preview-handler