Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Options in Right-click on Desktop´s Shortcut
Message
De
14/02/2002 12:38:07
 
 
À
14/02/2002 12:08:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00616156
Message ID:
00620152
Vues:
21
Zlatin;
>
>For the context menu extensions (additional submenus or items):
>HKEY_CLASSES_ROOT\{filetype|*}\shellex\ContextMenuHandlers
>For Drag and drop operations:
>HKEY_CLASSES_ROOT\{filetype|*}\shellex\DragDropHandlers
>For property sheet (additional tabs in property sheet):
>HKEY_CLASSES_ROOT\{filetype|*}\shellex\PropertySheetHandlers
>
>For adding actions(verbs) to context menu:
>HKEY_CLASSES_ROOT\{filetype|*}\shell\Open\Command
>HKEY_CLASSES_ROOT\{filetype|*}\shell\Print\Command
>HKEY_CLASSES_ROOT\{filetype|*}\shell\{other verb}\Command
>
>The following example adds Open with notepad action to all(*) file types:
>make it like a REG file and run it to see:
>
>[HKEY_CLASSES_ROOT\*\shell]
>
>[HKEY_CLASSES_ROOT\*\shell\open]
>@="Open With Notepad"
>
>[HKEY_CLASSES_ROOT\*\shell\open\command]
>@="notepad.exe %1"
>
>

Very cool stuff !!

Can I use 'myapplication.exe' instead of '*' ?

TIA

Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform