Hi all,
This group seems to be very active right (everyone back from holidays?) so
this might be a good time to ask my question.
Nowadays there is a documented function CDefFolderMenu_Create2 that creates
a default context menu.
Great function.
However the documentation doesn't seem to be intended to help developers to
use this function, but rather to be able to say that this function is
documented.
I want to create a context menu for a file that's somewhere in the file
system, and i want to get the exact same menu as in Explorer.
Does anyone know which registry keys i should pass to the function?
I am currently passing HKCR\*, HKCR\file, HKCR\.ext and HKCR\fileclass.
The last ones would be HKCR\.txt and HKCR\txtfile in case of a text file.
There is a context menu displayed with a number of default verbs like "copy"
and "delete", but the most basic ones are not there: "Open" etc. These are
the ones that are associated with this specific file type.
Does anyone know what i have to do to get all verbs show up?
Thanks for any help you can give me with this!