views:

78

answers:

3

For instance, when I right-click in an explorer window I see a popup with the following:

  • Open
  • Open with
  • Copy
  • Paste
  • Winrar <-- How can I add a choice like this?
+3  A: 

Look into Shell Extensions.

Ferruccio
+3  A: 

For simple actions you can add some registry settings using the method of your choice (c# example but the method is simple and agnostic).

For more complex stuff The Complete Idiot's Guide to Writing Shell Extensions.

Alex K.
thanks Alex! for "The Complete Idiot's Guide to Writing Shell Extensions."very helpful!!!
mujahid ali
+1  A: 

The codeproject article is good. if you prefer a more solid reference, a friend of mine ( Scott Seely ) wrote a book called "Windows Shell Programming" that covers this ( in C++ ) very well. I'm not sure about posting URLs to store sites, so I'll just give the isbn for the book.

ISBN: 0130254967

Therealstubot
thanks , insha allah i will search it...
mujahid ali