Click here to Skip to main content
15,897,371 members
Articles / Desktop Programming / MFC

MiniSpy

Rate me:
Please Sign up or sign in to vote.
4.96/5 (26 votes)
27 Jul 20023 min read 255.3K   7K   98  
A dynamic window attribute viewer to replace Spy++
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by MiniSpy.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_MINISPY_DIALOG              102
#define IDR_MAINFRAME                   128
#define IDD_DIALOG1                     129
#define IDI_REFRESH                     131
#define IDI_RESTORESIZE                 132
#define IDR_MINISPY                     133
#define IDR_ACCELERATOR                 136
#define IDC_ATTRIBUTES                  1000
#define IDC_EDIT1                       1001
#define IDC_COMBO1                      1002
#define IDC_LIST1                       1003
#define IDC_SCROLLBAR1                  1004
#define IDC_SPIN1                       1005
#define IDC_PROGRESS1                   1006
#define IDC_SLIDER1                     1007
#define IDC_HOTKEY1                     1008
#define IDC_LIST2                       1009
#define IDC_TREE1                       1010
#define IDC_TAB1                        1011
#define IDC_ANIMATE1                    1012
#define IDC_RICHEDIT1                   1013
#define IDC_DATETIMEPICKER1             1014
#define IDC_MONTHCALENDAR1              1015
#define IDC_IPADDRESS1                  1016
#define IDC_COMBOBOXEX1                 1017
#define IDC_CHECK1                      1018
#define IDC_RADIO1                      1019
#define IDC_FILTER                      1020
#define IDC_REFRESH                     1021
#define IDC_BUTTON1                     1022
#define IDC_BUTTON2                     1023
#define ID_REFRESH                      32771
#define ID_RESTORESIZE                  32772
#define ID_TOPLEFT                      32773
#define ID_TOPRIGHT                     32774
#define ID_BOTTOMRIGHT                  32775
#define ID_BOTTOMLEFT                   32776
#define ID_BUTTON32779                  32779
#define ID_GOTOPARENT                   32780
#define ID_GOTOCHILD                    32781
#define ID_GOTONEXT                     32784
#define ID_LOCKUPDATES                  32785
#define ID_GOTOPREV                     32786

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        137
#define _APS_NEXT_COMMAND_VALUE         32788
#define _APS_NEXT_CONTROL_VALUE         1023
#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
Software Developer Maptek
Australia Australia
.dan.g. is a naturalised Australian and has been developing commercial windows software since 1998.

Comments and Discussions