|
-
Sep 8th, 2000, 07:50 AM
#1
Thread Starter
Hyperactive Member
Is it possible in VB to add an item to the context sensitive menu, like Winzip does, for example?
-
Sep 12th, 2000, 04:25 AM
#2
It's a registry thang. You need to either merge a .reg file, or set the registry settings using VB. Something like (and this was taken from a reg file)
[HKEY_CLASSES_ROOT\*\Shell\xxxShare]
@="&Distribute Update File..."
[HKEY_CLASSES_ROOT\*\Shell\xxxShare\Command]
@="\"d:\\program files\\redgum\\rgtodo.exe\" \"%1\""
- gaffa
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
|