|
-
Jan 12th, 2004, 04:06 AM
#1
Thread Starter
Junior Member
Context Menu Handler
Does anybody knows how the Context Menu Handler works?
-
Jan 12th, 2004, 04:11 AM
#2
What do you mean by the 'Handler'?
-
Jan 12th, 2004, 04:47 AM
#3
Thread Starter
Junior Member
i mean...
How to add in Shell Context Menu an option.
Like Winzip or Copy???
Last edited by PaloukiLook; Jan 12th, 2004 at 04:50 AM.
-
Jan 12th, 2004, 05:19 AM
#4
In your Installation Project go to the File Types editor (View\Editors\File Types) and "Add an Action".
This world is not my home. I'm just passing through.
-
Jan 12th, 2004, 06:04 AM
#5
Thread Starter
Junior Member
xm...
trisuglow can you give me more information about this...(Like code or some url plz!)
-
Jan 12th, 2004, 06:44 AM
#6
This world is not my home. I'm just passing through.
-
Jan 12th, 2004, 09:57 AM
#7
New Member
To add a option(Menu) to the context menu of Windows Explorer
start the RegEdit utility and create the following key:
HKEY_CLASSES_ROOT\*\shell\OpenMe
For the default value of this key type in the text as you want it to appear on the context menu. For example:OpenMe
Now create a new subkey and name it command:
HKEY_CLASSES_ROOT\*\shell\OpenMe\command
Set the default value for this key to the path of your file followed by a space and %1
For example:
c:\Windows\OpenMe\notepad.exe %1
The %1 part will be replaced by Explorer to the path and name of the file you have right clicked on.
-
Jan 13th, 2004, 08:11 AM
#8
New Member
Things go better with rock
-
Jan 13th, 2004, 01:32 PM
#9
Thread Starter
Junior Member
Thanks DigitalHand
-
Mar 9th, 2009, 02:17 PM
#10
Addicted Member
Re: Context Menu Handler
Hi all
this is simple but i need add ico just next to your context menu ?? Any idea ?
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
|