Click here to Skip to main content
15,886,798 members
Articles / Mobile Apps / Windows Mobile

Task Manager for Windows Mobile and Windows CE

Rate me:
Please Sign up or sign in to vote.
4.51/5 (23 votes)
30 Nov 2008CPOL10 min read 112.3K   7.3K   79  
Source code for writing your own Task Manager for Windows Mobile or Windows CE based devices
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ToolBoxppc.rc
//
#define IDR_TOOLBOX                     101
#define IDR_TOOLBOXDCOM                 102
#define IDR_CPULOAD                     103
#define IDR_CPULOADDCOM                 104
#define IDR_PROCESSLISTDCOM             205
#define IDR_PROCESS                     206
#define IDR_PROCESSDCOM                 207
#define IDR_PROCESSLIST                 208
#define IDR_SYSTEMDCOM                  209
#define IDR_SYSTEM                      210
#define IDS_PROJNAME                    1000
#define IDS_FAILED_TO_START             1001
#define IDS_FAILED_TO_STOP              1002
#define IDS_ALREADY_STARTED_IN_OTHER_INSTANCE 1003
#define IDS_FAILED                      1004
#define IDS_ITEM_NOT_FOUND              1005

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        201
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         201
#define _APS_NEXT_SYMED_VALUE           105
#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
Team Leader
Belgium Belgium
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions