Click here to Skip to main content
15,896,557 members
Articles / Programming Languages / C++

Copy Location Shell Extension

Rate me:
Please Sign up or sign in to vote.
4.36/5 (5 votes)
14 Apr 2000CPOL 146.3K   2.9K   47  
This shell extension adds the ability to copy file and folder names from the Windows Explorer to the clipboard.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CopyLocation.rc
//
#define IDS_PROJNAME                    100
#define IDR_COPYLOCATIONSHL             101
#define IDB_COPY                        201

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        202
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         201
#define _APS_NEXT_SYMED_VALUE           102
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Israel Israel
It's all in my website

Comments and Discussions