CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2002
    Posts
    137

    right click in explorer on file. How add my program to list

    in my c# app, how can I add the feature:

    In explorer, RIGHT click on a file (say a .jpg). I want my app to appear in the menu.

    Thank you

  2. #2
    Join Date
    May 2004
    Location
    Greenville, NC
    Posts
    193

    Re: right click in explorer on file. How add my program to list

    Jason Isom
    .NET 2.0 / VS2005 Developer

  3. #3
    Join Date
    Jan 2002
    Location
    Scaro, UK
    Posts
    5,940

    Re: right click in explorer on file. How add my program to list

    Have a look at this thread :

    http://www.codeguru.com/forum/showthread.php?t=346917

    Only yesterday I might add...

    I would advise you to look at this forum at least once a day. You'll probably learn many things, and even if you only spend 5 minutes per day you should recognise the problems which are asked and might be interested in the replies.

    Darwen.
    www.pinvoker.com - PInvoker - the .NET PInvoke Interface Exporter for C++ Dlls.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured