Click here to Skip to main content
15,884,751 members
Articles / Programming Languages / C++

A Windows screensaver and boot manager

Rate me:
Please Sign up or sign in to vote.
2.83/5 (5 votes)
21 May 20025 min read 87.5K   1.2K   24  
This program Enables / disables / activates the current active screen saver and provides the means to logoff Windows and/or reboot the machine.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by WinMgr.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_WINMGR_DIALOG               102
#define CG_IDS_PHYSICAL_MEM             103
#define CG_IDS_DISK_SPACE               104
#define CG_IDS_DISK_SPACE_UNAVAIL       105
#define IDS_ENABLESS                    106
#define IDS_DISABLESS                   107
#define IDS_ACTIVATESS                  108
#define IDS_SSSTATUS                    109
#define IDS_WINLOGOFF                   110
#define IDS_WINREBOOT                   111
#define IDS_CONFIGRADEXIT               112
#define IDS_CONFIGRADMIN                113
#define IDS_CONFIGOKBUTTON              114
#define IDS_CONFIGCANCELBUTTON          115
#define IDR_MAINFRAME                   128
#define IDD_LAUNCHSS_DLG                129
#define IDR_MENU1                       130
#define IDD_DIALOGCONFIG                131
#define IDD_INFODLG                     135
#define IDC_BUTTONDISABLESS             1000
#define IDC_BUTTONENABLESS              1001
#define IDC_BUTTONACTIVATESS            1002
#define IDC_BUTTONLOGOFF                1003
#define IDC_BUTTONREBOOT                1004
#define IDC_STATICSSTEXT                1005
#define IDC_EDITSSSTATUS                1006
#define IDC_STATICSSGRP                 1007
#define IDC_STATICACTSSGRP              1008
#define IDC_RADIOEXITSS                 1009
#define IDC_RADIOMINSS                  1010
#define IDC_PHYSICAL_MEM                1013
#define IDC_DISK_SPACE                  1014
#define IDC_EDITINFO                    1015
#define IDD_FILE_EXIT                   32771
#define ID_OPTIONS_CONFIG               32772
#define ID_HELP_ABOUT                   32773
#define ID_HELP_INFO                    32774

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        136
#define _APS_NEXT_COMMAND_VALUE         32775
#define _APS_NEXT_CONTROL_VALUE         1016
#define _APS_NEXT_SYMED_VALUE           106
#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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
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