Click here to Skip to main content
15,894,405 members
Articles / Desktop Programming / MFC

ShowWindowTree Utility

Rate me:
Please Sign up or sign in to vote.
2.77/5 (10 votes)
19 Jan 20021 min read 57.5K   805   21  
Display the hierarchy of windows (hidden or not) on your system along with a few options to modifiy them
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ShowWindowTree.rc
//
#define IDD_SHOWWINDOWTREE_DIALOG       102
#define IDR_MAINFRAME                   128
#define IDB_SIGNALS                     129
#define IDR_TREEMENU                    130
#define IDD_SIZEDLG                     131
#define IDC_BUILDFROM                   1000
#define IDC_SCAN                        1001
#define IDC_TREE                        1002
#define IDC_SAVEIT                      1004
#define IDC_LOAD                        1005
#define IDC_X                           1006
#define IDC_Y                           1007
#define IDC_CX                          1008
#define IDC_CY                          1009
#define IDM_SHOWWINDOWTOGGLE            32771
#define IDM_COPYTOCLIPBOARD             32772
#define IDM_SIZER                       32773
#define IDM_ENABLEWINDOWTOGGLE          32774

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        132
#define _APS_NEXT_COMMAND_VALUE         32775
#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 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
President
United States United States
Computer geek since the beginning of time, well, at least since 1981. Started with the Commodore VIC-20 with 3.5K RAM. Past two decades spent with C/C++, MFC and now totally consumed with .NET and C#.

Business owner here in beautiful southern Oregon with mountains, clean air and pure water. Great outdoors to enjoy when I can get away from the computers.

Web sites of interest:

HintsAndTips.com
TheAwakening.com
My Blog: www.ReflectedThought.com
www.SilverlightCity.com
www.TheSaintsInLight.com
www.TheSilverlightDirectory.com
www.TheWPFDirectory.com

Comments and Discussions