Click here to Skip to main content
15,885,546 members
Articles / Desktop Programming / MFC

A Faster Tree Control

,
Rate me:
Please Sign up or sign in to vote.
4.69/5 (13 votes)
16 Dec 2003CPOL5 min read 392K   3.7K   82  
An article about an open source and free fast tree control
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TreeDlg.rc
//
#define IDC_ADD                         3
#define IDC_SORT                        6
#define IDC_REMOVE                      7
#define IDD_TREEDLG_DIALOG              102
#define IDR_MAINFRAME                   128
#define IDR_ACCELERATOR1                131
#define IDC_ITEMS                       1002
#define IDC_TIMEINSERT2                 1003
#define IDC_TIMEREMOVE2                 1004
#define IDC_TIMESORT2                   1005
#define IDC_TREE2                       1006
#define IDC_TREE1                       1007
#define IDC_TIMEINSERT1                 1008
#define IDC_TIMESORT1                   1009
#define IDC_TIMEREMOVE1                 1010
#define IDC_CHECK1                      1011
#define IDC_CHECK2                      1012
#define IDC_OPTIMIZE                    1013
#define IDC_CUSTOM1                     1014
#define KH_DO_IT                        32771

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        132
#define _APS_NEXT_COMMAND_VALUE         32772
#define _APS_NEXT_CONTROL_VALUE         1015
#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 (Senior)
Slovakia Slovakia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Written By
Software Developer
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions