Click here to Skip to main content
15,895,011 members
Articles / Desktop Programming / MFC

UI Control Data Spy

Rate me:
Please Sign up or sign in to vote.
5.00/5 (14 votes)
1 Oct 2009CPOL2 min read 57.2K   4.9K   65  
A tool for capturing data from controls like TreeCtrl, ListCtrl, ComboBox, ListBox, etc.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by UICtrlDataSpy.rc
//
#define IDD_UICTRLDATASPY_DIALOG        102
#define IDD_MAIN                        102
#define IDR_MAINFRAME                   128
#define IDI_FIND                        129
#define IDR_CONTEXT                     132
#define IDI_CTRLVISIBLE                 133
#define IDI_CTRLINVISIBLE               134
#define IDI_ABOUT                       135
#define IDD_ABOUT                       136
#define IDB_ABOUT                       137
#define IDC_TREE1                       1000
#define IDC_WNDTREE                     1000
#define IDC_BUTTON1                     1001
#define IDC_LOCATE                      1001
#define IDC_BUTTON2                     1002
#define IDC_FLASH                       1002
#define IDC_EDIT1                       1003
#define IDC_DATA                        1003
#define IDC_EDIT2                       1004
#define IDC_HWND                        1004
#define IDC_BUTTON3                     1005
#define IDC_GETDATA                     1005
#define IDC_WNDFINDER                   1006
#define IDC_CLASS                       1007
#define IDC_CAPTION                     1008
#define IDC_GETMORE                     1009
#define IDC_COPYDATA                    1010
#define IDC_SMALLESTTOP                 1012
#define IDC_REFRESH                     1013
#define IDC_AUTOSIZE                    1014
#define IDC_LISTINVISIBLE               1015
#define IDC_ABOUT                       1016
#define IDC_EXIT                        1017
#define ID_WNDTREE_FLASH                32774

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        138
#define _APS_NEXT_COMMAND_VALUE         32775
#define _APS_NEXT_CONTROL_VALUE         1017
#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
Software Developer
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions