Click here to Skip to main content
15,896,111 members
Articles / Desktop Programming / MFC

A Tree List Control

Rate me:
Please Sign up or sign in to vote.
4.87/5 (83 votes)
19 Sep 2002 1.2M   23.8K   173  
A Tree List Control
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TurboDemo.rc
//
#define IDD_TURBODEMO_DIALOG            102
#define IDD_TURBODEMO_DIALOG1           103
#define IDD_TURBODRAG_DIALOG            103
#define IDR_MAINFRAME                   128
#define IDB_BITMAP_TREE                 129
#define IDC_BUTTON_DD                   1000
#define IDC_TREELIST                    1011

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1001
#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.


Written By
Chief Technology Officer
China China
He is a Visual C++ developer, MCSE
He has been programming in C/C++ for 7 years, Visual C++ with MFC for 5 years and RDBMS: Oracle, MS SQL for 5 years

Comments and Discussions