CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    8

    How to get Expoloer ContextMenu

    VC5,Win98
    I wanna make my program in Expolorer rightbutton contextmenu,I make a DLL application,and run regedit.exe to add my DLL to contextmessagehadle.So when I click rightbutton in Expolorer,my program will run.The question is:How can I get Expolorer contextmenu`s handle? I want to add my ownerdraw menuitem to it ,just like winzip!I don`t wanna use QueryContextMenu Function!
    Who can help me?Thanks!


  2. #2
    Join Date
    Apr 1999
    Posts
    8

    Re: How to get Expoloer ContextMenu

    Today,I try to use QueryContextMenu Function,but I only can get folder's contextmenu.
    I want to get explorer rightbutton contextmenu of "*.htm",how can I do?


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