How to add an item to the desktop's context menu?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
For CodeProject articles dealing with programming the Shell and with the Shell API, see to General -> Shell Programming. The desktop is a part of the Shell. Just like the Start Menu, Quick launch, Task Bar and Tray Area are parts of the Shell. Here's a direct link to the Shell area: http://www.codeproject.com/shell/[^] I recommend the article by Michael Dunn 'The Complete Idiot's Guide to Writing Shell Extensions', parts 1 to 8. Happy reading :) -Antti Keskinen ---------------------------------------------- The definition of impossible is strictly dependant on what we think is possible.