I want to have my application appear in the context menu that appears on the windows start button. Does anyone have an idea as to how to accomplish this?
Printable View
I want to have my application appear in the context menu that appears on the windows start button. Does anyone have an idea as to how to accomplish this?
Aqiruse:
If you are familiar with Shell Extensions, then the place to add your entry is a the Folder level of the HKEY_CLASSES_ROOT\Folder. If you need more information/code, let me know. Keep in mind however, that this context menu pops up for every folder as well.
Hope this helps.
-Peter.