Results 1 to 5 of 5

Thread: Modify Windows Explorer's Menus

  1. #1

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    I don't think it's possible in VB, Marty. The reason is because you cannot subclass something that doesn't belong to your thread. So you would probably have to use C/C++ to achieve this.

  3. #3
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    I wonder if there aren't any Registry entries, there are for Internet Explorer menu's, take a look here:
    http://support.microsoft.com/support...-US&SD=gn&FR=0
    maybe you'll find some more cool things.
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  4. #4
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    It is really easy to do this. Just use AppendMenu to add the item and then subclass the WM_COMMAND message in the C++ DLL. If you know C++ it is easy to make the DLL .The problem is that you can not add a item to stay permanetntly even after explorer is closed. May be you can add it from the Registry as Jop said and then subclass Explorer.
    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

  5. #5

    Thread Starter
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Does this make a difference?

    I already have a program which acts as a shell for Windows Explorer. The shell remembers the last path you select and uses that path the next time you run the shell. So since it's my shell that's running Windows Explorer I don't need to permanently modify Windows Explorer I just would like to be able to either modify its Edit menu, or add a new menu.

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