Click here to Skip to main content
15,886,542 members
Articles / Programming Languages / C++

Auto File Save Add-in for Visual Studio 6.0

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
9 Mar 2000CPOL 59.2K   11  
Add auto-save feature to Visual Studio 6.0.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by AutoSave.rc
//
#define IDS_AUTOSAVE_LONGNAME           1
#define IDS_AUTOSAVE_DESCRIPTION        2
#define IDS_CMD_STRING                  3
#define IDR_TOOLBAR_MEDIUM              128
#define IDR_TOOLBAR_LARGE               129
#define IDD_AUTOSAVE                    130
#define IDB_QUESTION                    131
#define IDD_ABOUT                       132
#define IDC_SAVE_FILES                  1000
#define IDC_SAVE_WORKSPACE              1001
#define IDC_PERIOD                      1002
#define IDC_ABOUT                       1003
#define IDC_VERSION                     1004
#define IDC_PROTECT_INTELLISENSE        1004
#define IDC_EMAIL                       1005
#define IDC_URL                         1006

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        133
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1007
#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 Code Project Open License (CPOL)


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

Comments and Discussions