Click here to Skip to main content
15,895,142 members
Articles / Desktop Programming / MFC

ProjectZip Remoded 1.6 - A '3-in-1' tools package for zipping VC6 and .NET workspace and project files

Rate me:
Please Sign up or sign in to vote.
4.87/5 (40 votes)
31 Mar 2004CC (ASA 2.5)5 min read 166.8K   3.7K   52  
Zip your VC6 and .NET workspace and project files using a Standalone Executable, an Explorer shell extension or an updated VC6 Addin
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ProjectZip6Addin.rc
//
#define IDS_PROJECTZIP6ADDIN_LONGNAME   1
#define IDS_PROJECTZIP6ADDIN_DESCRIPTION 2
#define IDS_OPTIONSZIP_CMD_STRING       3
#define IDS_OPTIONSZIPPROJ_CMD_STRING   3
#define IDS_AUTOZIP_CMD_STRING          4
#define IDS_AUTOZIPPROJ_CMD_STRING      4
#define IDS_OPENPROJECT_CMD_STRING      5
#define IDS_OPTIONSZIPWRKS_CMD_STRING   6
#define IDS_AUTOZIPWRKS_CMD_STRING      7
#define IDR_TOOLBAR_MEDIUM              128
#define IDR_TOOLBAR_LARGE               129
#define IDD_OPTIONS_DIALOG              130
#define IDD_SELECTFILE_DIALOG           131
#define IDI_ICON                        132
#define IDR_DROPMENU                    133
#define IDSAVE                          1001
#define IDC_SHOWSAVEAS                  1002
#define IDC_INCLUDEDSW                  1003
#define IDC_OPENZIP                     1004
#define IDC_FILELIST                    1005
#define IDC_PROMPTOVERWRITE             1006
#define IDC_OPENLIKELY                  1008
#define IDC_PROMPTMULTI                 1009
#define ID_QUICKZIP_WORKSPACE           32771
#define ID_QUICKZIP_ACTIVEPROJECT       32772
#define ID_OPTIONSZIP_WORKSPACE         32773
#define ID_OPTIONSZIP_ACTIVEPROJECT     32774

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        134
#define _APS_NEXT_COMMAND_VALUE         32775
#define _APS_NEXT_CONTROL_VALUE         1010
#define _APS_NEXT_SYMED_VALUE           101
#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 Creative Commons Attribution-ShareAlike 2.5 License


Written By
Software Developer Maptek
Australia Australia
.dan.g. is a naturalised Australian and has been developing commercial windows software since 1998.

Comments and Discussions