Click here to Skip to main content
15,892,537 members
Articles / Desktop Programming / MFC

Barry's Screen Capture

Rate me:
Please Sign up or sign in to vote.
3.74/5 (26 votes)
11 Jan 20034 min read 272.7K   14.5K   96  
An article showing methods of screen capture
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CapIT.rc
//
#define IDD_ABOUTBOX                    100
#define ID_REDCODE                      101
#define ID_GREENCODE                    102
#define ID_BLUECODE                     103
#define ID_SHOWCOLORCODES               104
#define ID_RED                          105
#define ID_GREEN                        106
#define ID_BLUE                         107
#define ID_POSX                         108
#define ID_POSY                         109
#define ID_TIMER                        110
#define IDR_MAINFRAME                   128
#define IDR_CAPITTYPE                   129
#define IDI_CAMERA                      130
#define ID_CAPTURE                      32771
#define ID_CLEAR                        32772
#define ID_CAPTURE_SCREEN               32773
#define ID_CAPTURE_WINDOW               32774
#define ID_CAPTURE_CLIENT               32775
#define ID_CAPTURE_AREA                 32776
#define ID_CAPTURE_CONTROL              32777
#define ID_SAVE_FILE                    32778
#define ID_COLORCODE                    32780
#define ID_TRACKPOS                     32781
#define ID_DESKTOP                      32782
#define ID_WINDOW                       32783
#define ID_CLIENT                       32784
#define ID_CONTROL                      32785
#define ID_SHOW_NORMAL                  32786
#define ID_CLOSE                        32787
#define ID_CLEAR_CAPTURE                32789
#define ID_HIDE                         32790
#define IDS_RED_LABEL                   61446
#define IDS_GREEN_LABEL                 61447
#define IDS_BLUE_LABEL                  61448
#define IDS_TITLE                       61449

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        132
#define _APS_NEXT_COMMAND_VALUE         32795
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           111
#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.


Written By
India India
Nothing to boast about

Comments and Discussions