Click here to Skip to main content
15,881,600 members
Articles / Desktop Programming / MFC

SuperGrid - Yet Another listview control

Rate me:
Please Sign up or sign in to vote.
4.77/5 (98 votes)
8 Dec 1999CPOL3 min read 1M   11.4K   345  
A combination list control and tree control with checkbox capability
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SuperGrid.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_SUPERGTYPE                  129
#define IDD_DIALOG_SUPERGRID            130
#define IDB_HARDCORE                    131
#define IDD_DIALOG1                     131
#define IDB_FOLDERS                     131
#define IDD_INSERT                      131
#define IDC_EDIT1                       1000
#define IDC_MONTHCALENDAR1              1003
#define IDC_BUTTON_INSERT               1003
#define IDC_LIST1                       1007
#define IDC_STATIC_FRAME                1008
#define ID_TOOLS_VIEWINADIALOG          32773
#define ID_TOOLS_DELETE                 32774
#define ID_TOOLS_EXPAND                 32775
#define ID_TOOLS_COLLAPSE               32776
#define ID_TOOLS_EXPANDALL              32777
#define ID_TOOLS_SEARCH                 32779
#define ID_TOOLS_SORT                   32780
#define ID_TOOLS_UPDATESUBITEM          32781
#define ID_TOOLS_DRAGDROP               32782
#define ID_TOOLS_DELETEALL              32783

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        150
#define _APS_NEXT_COMMAND_VALUE         32784
#define _APS_NEXT_CONTROL_VALUE         1013
#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
Switzerland Switzerland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions