Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个 3D 编辑器,我希望 Windows 资源管理器在缩略图视图模式下显示文件中 3D 模型的预览。
我怎么做?
您必须实现一个预览处理程序。
您必须编写一个实现 IExtractImage2 并为资源管理器提取缩略图的 shell 扩展。哦,它是COM,所以最好期待之后会感到肮脏。