Results 1 to 3 of 3

Thread: Filetypes and context menu

  1. #1

    Thread Starter
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    Talking

    You know when you rightclick an item in explorer you get an menu
    The thing is that you see Add to winzip and ICQ send to user>

    Yes, that's superb, how do i get 1. an icon in the menu and 2. a submenu?

    In registry i found:
    HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\ICQMenu
    {f802f260-519b-11d1-bb5d-0060974c6013}
    HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\WinZip
    {E0D79300-84BE-11CE-9641-444553540000}
    What's that?
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  2. #2
    Guest
    Here's another topic on it. http://forums.vb-world.net/showthrea...threadid=18259

    Also, *\shellex\ContextMenuHandlers seems to be a common key in both paths. Maybe if you create your own with a path like this, it will be in the right click menu.

  3. #3

    Thread Starter
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Meg, i've been to that thread, hehe, you know, i already know how to do that, the problem is i want to have an icon and a submenu to the menu on rightclick
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

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