Click here to Skip to main content
15,896,726 members
Articles / Web Development / HTML

Screen Snaper SideBar Gadget

Rate me:
Please Sign up or sign in to vote.
4.63/5 (18 votes)
1 Dec 2011CPOL2 min read 118.4K   4.7K   74  
Screen Snaper is perfect to quickly share a picture-perfect representation of anything on your screen.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ScreenSnaperHelper.RC
//

#define IDR_MAINFRAME                   128
#define IDC_CURSOR_CROSS                131
#define IDC_CURSOR_TRACKER              132
#define IDC_CURSOR_WINDOW               133
#define IDD_DIALOG_SNAP                 134
#define IDD_DIALOG_SNAP_HELPER          135
#define IDC_ZOOM_DRAW                   1001
#define IDC_COLOR_TEXT                  1002
#define IDC_COLOR_DRAW                  1003
#define IDC_ZOOM_TEXT                   1004
#define IDR_SNAP                        1005
#define IDC_CHECK_PLAY_SOUND            1006
#define IDR_MENU_WINDOW_MODE            1007
#define IDC_CHECK_SHOW_TOOLTIP          1008
#define IDR_MENU_REGION_MODE            1009
#define IDC_RADIO_SHAPE                 1010
#define IDD_DIALOG_OPTIONS              1011
#define IDC_RADIO_RECTANGLE             1012
#define IDC_RADIO_RECTANGLE_ROUND       1013
#define IDC_SPIN_RECTANGLE_ROUND_WIDTH  1014
#define IDC_SPIN_BORDER_WIDTH           1015
#define IDC_STATIC_BORDER_WIDTH         1016
#define IDC_STATIC_CORNER_WIDTH         1017
#define IDC_CHECK_HELP                  1018
#define IDC_COLOR                       1019
#define IDC_BUTTON_COLOR                1020
#define ID_POP_SWITCH_REGION            32700
#define ID_POP_SWITCH_WINDOW            32701
#define ID_POP_OPTIONS                  32702
#define ID_POP_DISMISS                  32703
#define ID_POP_ACCEPT                   32704
#define ID_POP_ABORT                    32705
#define ID_POP_SWITCH_DESKTOP           32706
#define ID_POP_TOGGLE_HELP              32707
#define ID_POP_RESET_REGION             32708
#define ID_POP_TOGGLE_CURSOR            32709

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        1050
#define _APS_NEXT_COMMAND_VALUE         32710
#define _APS_NEXT_CONTROL_VALUE         1021
#define _APS_NEXT_SYMED_VALUE           1005
#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
CEO
Canada Canada

Comments and Discussions