Click to See Complete Forum and Search --> : How to get Expoloer ContextMenu


Brain Studio
May 12th, 1999, 07:53 AM
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!

Brain Studio
May 13th, 1999, 08:08 AM
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?