Closed Thread
Results 1 to 5 of 5

Thread: Right Click File Explorer

  1. #1
    Lop's Avatar
    Lop
    Lop is offline Speaks fluent binary
    Join Date
    May 2006
    Posts
    1,178
    Rep Power
    30

    Right Click File Explorer

    I'm creating a program and would like to add my program to the list when you right click on a certain file type in Windows Explorer. How do I do this?

    The program is in C++ NET 2.0 and I would pass arguments such as the file path/name if right-clicked and my program is selected.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    brackett is offline Programmer
    Join Date
    May 2006
    Posts
    192
    Rep Power
    22
    There's a series of articles on CodeProject that deals with unmanaged C++ and shell extensions.

    If you're interested in going the managed route, then you'll need to deal with COM interop. Dino Esposito has a good C# article detailing what you need.

  4. #3
    Lop's Avatar
    Lop
    Lop is offline Speaks fluent binary
    Join Date
    May 2006
    Posts
    1,178
    Rep Power
    30
    Ahh.. The second article doesn't load for me. I'll check again later.

    I'll probably go managed if possible.

  5. #4
    Crane's Avatar
    Crane is offline Programming Expert
    Join Date
    Nov 2005
    Posts
    398
    Rep Power
    25
    Loads fine for me. I've done this before a long time ago but I can't remember where I got the information or how I did it. I do know it was a simple registry edit though.

  6. #5
    Lop's Avatar
    Lop
    Lop is offline Speaks fluent binary
    Join Date
    May 2006
    Posts
    1,178
    Rep Power
    30
    It works now. Must have been down when I clicked on the link. That is a lot of code for the managed version.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Search TXT file with button click
    By kevinsabres in forum Visual Basic Programming
    Replies: 0
    Last Post: 05-05-2010, 11:50 AM
  2. Explorer -Vista and XP Help???
    By MXTECH in forum Visual Basic Programming
    Replies: 0
    Last Post: 10-17-2008, 11:10 PM
  3. :( internet explorer
    By shibbythestoner in forum HTML Programming
    Replies: 4
    Last Post: 11-24-2007, 08:58 AM
  4. I don't like Internet Explorer 7!
    By mysticalone in forum Computer Software/OS
    Replies: 21
    Last Post: 02-03-2007, 04:12 PM
  5. Internet Explorer 7.
    By PC101 in forum Technology Ramble
    Replies: 12
    Last Post: 11-20-2006, 11:47 AM

Tags for this Thread

Bookmarks

Posting Permissions

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