Hello,
How can I know what options there are in the menu that shown by
right-clicking on a file?
where is that information is stored?
and how can I execute one of these options?
thanks!!
:wave:
Printable View
Hello,
How can I know what options there are in the menu that shown by
right-clicking on a file?
where is that information is stored?
and how can I execute one of these options?
thanks!!
:wave:
I meant I wanted to know the options to execute for the file.
I addad a picture:
http://www.bournemouth.ac.uk/resnet/...ick%20Menu.gif
To do that youll need to write code for the shell (not easy to do)
OK, the shell is for the execution,
but what about finding out these options?
Have a look in
[HKCR\Folder\Shell\]
[HKCR\Folder\ShellEx\ContextMenuHandlers\]
[HKCR\Directory\Shell\]
[HKCR\Directory\ShellEx\ContextMenuHandlers\]
[HKCR\AllFilesystemObjects\shell\]
[HKCR \ AllFilesystemObjects \ shellex \ ContextMenuHandlers\]
You'll notice the 'command' folder/key contains the program executed for each of those options.