Results 1 to 6 of 6

Thread: How to make my VB program name to apear when user right clicks in the Explorer?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2002
    Posts
    95

    Unhappy

    Hi folks and thanks for viewing my question.
    --------------------------------------------

    I have noticed that when I right-click on a file in the Explorer file browser, some programs that I have downloaded from the Internet appear. I would like to know how can I put my program over there, and when the user clicks on it, my program will be able to check the filename of the file that the user have clicked on.


    thanks, I know that this is NOT a normal question :-)

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    I would also like to know this. I asked this question once but got no answers. I think you will have to do some low level stuff or maybe not?
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  3. #3
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    I don't this one but i know that you can
    put it in the send to, but i don't how this act:

    Is it like when you drag and drop something on your form
    or it's like a parameter, i never test it.

    Maybe i should.................

  4. #4
    Junior Member
    Join Date
    Nov 2000
    Posts
    16
    All the extra stuff you see when you right click in an explorer window is stored in the registry on two places (one for the right column, with the folders en one place for the left column with the folders and files). I don't know the exact locations, and I'm too lame to find it out now. But you can try and search on an entry that appears in your pop-up window.

  5. #5
    Guest
    http://www.onecomputerguy.com/

    Go to the tips n tricks section, then to the registry section. It has it there I know. It also has a heck of a lot of other useful registry tips.

  6. #6
    Hyperactive Member D12Bit's Avatar
    Join Date
    Oct 2000
    Location
    Guatemala
    Posts
    373

    Post About Right-Click on a file....

    I think it'll help if you look at this previous thread:
    http://forums.vb-world.net/showthrea...threadid=37698

    This was about Right-Clicking on a .dll or .ocx to register them
    and this will do the same thing, just instead of using
    Regsvr.exe you can use the app that you like and the file
    extension that you need.

    And for putting all that inside an app you must use the API
    calls to make modifications to the Registry

    Saludos...
    "Who Dares Wins" - "Quien se Arriesga Gana"
    Mail me at:

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