I need help...(context menu shell extension) [modified]
-
This is a small project skeleton (VC2008 project) http://www.autohotkey.net/~T800/CopyPath\_test.zip for a menu shell extension. The problem is that
InsertMenu
inQueryContextMenu
returnsTRUE
but fails(?), inserting only one menu item when it's supposed to insert two. No matter what I do I get only one menu item. I tried combinations with menu separators to no avail. I don't know what's wrong, as far as I can tell everything should work fine. :confused: But then again, I made stupidly simple mistakes before. Have a look at the code inside zip, I am going blind with this one. ------------------------------------------------------------------------------ Nevermind, I got it, I needed to provide unique verbs for menu entries insideIShellExtInit::GetCommandString()
, like it's explained here.