Click here to Skip to main content
15,895,256 members
Articles / Programming Languages / C++

Listing Used Files

Rate me:
Please Sign up or sign in to vote.
4.81/5 (95 votes)
29 Sep 2010CPOL11 min read 636.8K   23.2K   220  
A ShellExtension that lists all the used files in a folder.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by OpenFileFinder.rc
//
#define IDS_PROJNAME                    100
#define IDR_OPENFILEFINDER              101
#define IDR_INTERFACECLS                103
#define IDS_STRING103                   103
#define IDS_STRING104                   104
#define IDD_DIALOG1                     201
#define IDC_LIST1                       201
#define IDD_DIALOG2                     201
#define IDC_COMBO1                      202
#define IDR_MENU1                       202
#define IDI_ICON1                       207
#define IDI_ICON2                       208
#define IDI_ICON3                       209
#define IDI_ICON4                       210
#define IDI_ICON5                       211
#define IDR_TOOLBAR1                    212
#define IDR_TOOLBAR2                    214
#define IDR_XPDRIVER                    217
#define IDR_VISTA_DRIVER                218
#define IDD_DIALOG3                     219
#define ID_MAIN_TERMINATE               32768
#define ID_MAIN_TERMINATEALLPROCESS     32769
#define ID_MAIN_COPYFILENAME            32770
#define ID_BUTTON32770                  32770
#define ID_BUTTON32771                  32771
#define ID_BUTTONREFRESH                32772
#define ID_MAIN_FINDTARGET              32773

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        220
#define _APS_NEXT_COMMAND_VALUE         32774
#define _APS_NEXT_CONTROL_VALUE         203
#define _APS_NEXT_SYMED_VALUE           104
#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)
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions