Results 1 to 10 of 10

Thread: Context Menu Handler

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2003
    Posts
    17

    Context Menu Handler

    Does anybody knows how the Context Menu Handler works?

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    What do you mean by the 'Handler'?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Oct 2003
    Posts
    17

    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.

  4. #4
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536
    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.

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Oct 2003
    Posts
    17

    xm...

    trisuglow can you give me more information about this...(Like code or some url plz!)

  6. #6
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536
    This world is not my home. I'm just passing through.

  7. #7
    New Member
    Join Date
    Dec 2003
    Posts
    12
    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.

  8. #8
    New Member
    Join Date
    Dec 2003
    Posts
    12
    Things go better with rock

  9. #9

    Thread Starter
    Junior Member
    Join Date
    Oct 2003
    Posts
    17
    Thanks DigitalHand

  10. #10
    Addicted Member
    Join Date
    Jan 2008
    Posts
    162

    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
  •  



Click Here to Expand Forum to Full Width