Question

I'm making a 3D editor and I want Windows Explorer to show previews of the 3D models in the files when it's in thumbnail view mode.

How do I do that?

Was it helpful?

Solution

You have to implement a preview handler.

OTHER TIPS

You have to write a shell extension that implements IExtractImage2 and extracts the thumbnail for Explorer. Oh, and it's COM, so better expect to feel dirty afterwards.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top