PDA

Click to See Complete Forum and Search --> : Context menus


Jimbob
Sep 8th, 2000, 07:50 AM
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
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