windows explorer thumbnail view

Started by
3 comments, last by aayudh 14 years, 1 month ago
Hi, can someone enlighten me as to how to write a plugin like a thumbnail viewer for windows explorer ?? Thanks very much in advance.
Advertisement
To provide thumbnails for your own file types, you can use the IThumbnailProvider interface (supported in Windows Vista or above). For compatibility with older versions of Windows you can use IExtractImage instead.

[Website] [+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++]

thanks for the reply !!
Is there some SDK to start with ??
ok..I like you :)

U gave the links as well for those !

thanks.
can you also give me some info as to how i can register this dll so that when I click on myfile.myext i can display the image ?

This topic is closed to new replies.

Advertisement