This code accompanied the article:
The Complete Idiot's Guide to Writing Shell Extensions - Part VII
available at this URL:
http://www.codeproject.com/shell/ShellExtGuide7.asp
written by:
Michael Dunn (acidhelm@gmail.com)
Release date:
May 30, 2006
If you're looking for the license terms that this code is released under,
see the file "LICENSE.txt".
This demo code runs unchanged on VC 6 and VC 7.1, just open the project
file that corresponds to your version of VC (.dsw or .sln). Note that due
to ATL changes in VC 7, the code may not be optimal in VC 7 and will give
you a few warnings. I have not tested the code on VC 8.
If you run into problems with building or using the code, please check the
article's web page (listed above) to see if there are any updates to the article
or the code. Also, check the article's discussion forum (located at the bottom
of the article's web page) to see if your problem has already been found and
solved. If not, post a message to the article's forum, and I'll see what I can
do for you.
Also, see the readme section at the beginning of Part I:
http://www.codeproject.com/shell/ShellExtGuide1.asp#readme
I prefer that you post to the article's forum, instead of emailing me directly,
so that your question can be visible to everyone. Also, if we end up solving
your problem, the solution will also be visible and will help others.