|
-
Feb 11th, 2006, 06:04 PM
#1
Thread Starter
Fanatic Member
How to know the your right click window?
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!!
-
Feb 11th, 2006, 07:42 PM
#2
Lively Member
Re: How to know the your right click window?
-
Feb 12th, 2006, 06:00 AM
#3
Thread Starter
Fanatic Member
Re: How to know the your right click window?
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
-
Feb 12th, 2006, 07:09 AM
#4
Lively Member
Re: How to know the your right click window?
To do that youll need to write code for the shell (not easy to do)
-
Feb 12th, 2006, 08:59 AM
#5
Thread Starter
Fanatic Member
Re: How to know the your right click window?
OK, the shell is for the execution,
but what about finding out these options?
-
Feb 14th, 2006, 05:53 AM
#6
Re: How to know the your right click window?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|