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

Simple Reminder Application

Rate me:
Please Sign up or sign in to vote.
3.88/5 (19 votes)
22 Sep 2006CPOL6 min read 143.4K   13.2K   33  
The article presents a simple Reminder application, using registry to store the reminders.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Dialogs.rc
//
#define IDD_DIALOG1                     101
#define IDI_ICON1                       1001
#define IDI_ICON2                       1002
#define IDC_REMINDER                    1006
#define IDC_DATE_DAY                    1007
#define IDC_DATE_MONTH                  1008
#define IDC_DATE_YEAR                   1009
#define IDC_TIME_HOURS                  1010
#define IDC_TIME_MINUTES                1011
#define IDC_TIME_AMP                    1012
#define IDC_STATIC2                     1013
#define IDC_STATIC3                     1014
#define IDC_SAVE_REMINDER               1015
#define IDC_DELETE_REMINDER             1016
#define IDC_CANCEL                      1017
#define IDC_STATIC1                     1018
#define IDC_STATIC_5                    1019
#define IDC_STATIC_6                    1020
#define IDC_STATIC_7                    1021
#define IDC_STATIC_8                    1022
#define IDC_STATIC_9                    1023
#define IDC_STATIC_10                   1024

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

Comments and Discussions