c# shell context menu

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ciri
    New Member
    • Oct 2007
    • 18

    c# shell context menu

    Hi all, I'd like to add some commands to the menu that appears when the user right-clicks on the top of the form or on the appbar.
    I'd like to implement something like emule does. In emule, for example, if the user clicks with the right button on the caption of the form it shows a context menu.
    How can i do it in C#?

    Thanks.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Well, I found this:


    Which seems to allow you to add custom right-click menu items to any old regular filesystem files. Not exactly what you wanted, but could be helpful?

    Comment

    • Ciri
      New Member
      • Oct 2007
      • 18

      #3
      Thanks Plater, it seems quite near to my needs. I'll try it.

      Bye.

      Comment

      Working...