right click pop up menu

G

Guest

How do I add an item to the right click pop menu that comes up on the desktop
or in a folder?

Thanks in advance for any help.

"Sometimes, all goes well... but don't be frightened."
 
T

Thota Umesh

you need to create a context menu handler this is generally a registry
handler pointing to an application.

(1) To add an item to context menu of Internet Explorer check this:
http://msdn.microsoft.com/workshop/browser/ext/tutorials/context.asp (2) To
add an item to context menu of Explorer check this:
http://www.codeproject.com/csharp/appendmenu.asp (here u have an application
to add or remove no registry hassle) (3) One more with rigistry hassle:
http://www.extremetech.com/article2/0,1697,1838907,00.asp (for understanding
/ app development).

Hope this helps... Have a nice day,
Umesh Thota,
www.windowsworkshop.com
 

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