Click here to Skip to main content
15,885,537 members
Articles / Programming Languages / C++

A user configurable "Idle Computer Notification" tool

Rate me:
Please Sign up or sign in to vote.
3.62/5 (7 votes)
21 Aug 2006CPOL2 min read 36.9K   415   15  
This tool will let you know when your computer is idle/busy.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by idlecomputernotificatoin.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_IDLECOMPUTERNOTIFICATOIN_DIALOG 102
#define IDR_MAINFRAME                   128
#define IDC_CHECK1                      1000
#define IDC_EDIT1                       1001
#define IDC_EDIT2                       1002
#define IDC_COMBO1                      1003
#define IDC_EDIT3                       1004
#define IDC_EDIT4                       1005
#define IDC_CHECK2                      1006

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        131
#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
Web Developer
United States United States
16yrs of GUI programming experience gained at: (most recent first) BlackBall, Veritas, Seagate Software, Arcada, Stac, Mountain, and Emerald Systems.

Languages/Scripting: C, C++, JAVA, BASIC, JAVASCRIPT, HTML, XML, PHP, and SQL

Tools: MS Visual Studio, MS Visual SourceSafe, CVS, PVCS, Bounds Checker, VMWare, ToDoList, InstallShield, and Office Applications

Libraries and API: RTL, STL, WIN32, MFC, ATL, .NET, ActiveX, DirectX, COM, DCOM, Shell Extensions, and Shell Namespaces

Strengths: Honest, communicative, keen eye for usability, good at estimating workload and completion dates, ready to take on grunt work, team player, experienced working with QA, localization, Tech Pubs, Sales, and Marketing teams.

Comments and Discussions