Desktop Popup

  • Thread starter Charlie Klatzkin
  • Start date
C

Charlie Klatzkin

I want to add an application or link to the windows popup menu (when you
right-click the desktop) What are the registry settings that I need?
Are they the same keys for Win9x and 2K/XP?
 
T

Tia

Charlie Klatzkin said:
I want to add an application or link to the windows popup menu (when you
right-click the desktop) What are the registry settings that I need?
Are they the same keys for Win9x and 2K/XP?


Hi Charlie
You will need to write a DLL in C++, here's an example:
http://www.codeproject.com/shell/shellextguide1.asp
AFAIK, the best you can do is put a script or whatever inside the 'New' menu.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top