Click to See Complete Forum and Search --> : How to Add App in Start Button Context Menu


aqiruse
September 8th, 1999, 09:56 PM
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?

Peter A. Tolan
September 9th, 1999, 02:00 AM
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.