Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Options in Right-click on Desktop´s Shortcut
Message
From
14/02/2002 12:38:07
 
 
To
14/02/2002 12:08:19
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00616156
Message ID:
00620152
Views:
22
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform