Click here to Skip to main content
15,886,199 members
Articles / Desktop Programming / MFC

Task Manager Extension 2.0

Rate me:
Please Sign up or sign in to vote.
4.92/5 (149 votes)
22 Jan 2007CDDL11 min read 597.2K   18.7K   263  
Task Manager Extension. This is a Windows Task Manager (NT/2000/XP/2003) plug-in. It adds lots of useful features to the standard Task Manager. It can show process modules, memory map, used handles, open files, file properties and a lot of other info!
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by AccessMaster.rc
//
#define IDD_DIALOG                      101
#define IDI_ACCESSMASTER                102
#define IDC_COMBO1                      1000
#define IDC_TYPE                        1000
#define IDR_NAME                        1001
#define IDR_HANDLE                      1002
#define IDE_NAME                        1003
#define IDE_PROCESSID                   1004
#define IDE_PID                         1004
#define IDE_HANDLE                      1005
#define IDB_EDIT                        1006
#define IDE_USAGE                       1007
#define IDC_BINARY                      1008

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        103
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1009
#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 Common Development and Distribution License (CDDL)


Written By
Software Developer (Senior)
Belarus Belarus
He is a young and forward-looking software developer. He also has lots of interesting hobbies like snowboarding, bicycle riding, carting racing and of course talking about himself in a third person. Smile | :)

github.com/kolomenkin

Curriculum Vitae

Comments and Discussions