adding shortcut
-
Go to Desktop and when you right click, u will see the short cuts.Can I add my text.exe to that list, if yes how??
-
Go to Desktop and when you right click, u will see the short cuts.Can I add my text.exe to that list, if yes how??
I've pasted a section from the MSDN library showing where to register your context menu handler (that is what you want isn't it?) so it would be effective. I'd start with "Folder" and then work you're way through... If you wanted ONLY the desktop to have your menu item rather than all directories, then that's a different question... Good luck, Iain. Predefined Shell Objects The Shell defines additional objects under HKEY_CLASSES_ROOT which can be extended in the same way as file types. For example, to add a property sheet handler for all files, you can register under HKEY_CLASSES_ROOT\*\shellex\PropertySheetHandlers. The following table gives the various subkeys of HKEY_CLASSES_ROOT under which extension handlers can be registered. Note that many extension handlers cannot be registered under all of the listed subkeys. For further details, see the specific handler's documentation. Subkey Description Possible Handlers Version * All files Shortcut Menu, Property Sheet, Verbs (see below) All AllFileSystemObjects All files and file folders Shortcut Menu, Property Sheet, Verbs 4.71 Folder All folders Shortcut Menu, Property Sheet, Verbs All Directory File folders Shortcut Menu, Property Sheet, Verbs All Directory\Background File folder background Shortcut Menu only 4.71