|
-
Jun 2nd, 2000, 05:43 PM
#1
Thread Starter
transcendental analytic
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.
-
Jun 2nd, 2000, 09:03 PM
#2
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.
-
Jun 2nd, 2000, 09:20 PM
#3
Thread Starter
transcendental analytic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|