Click here to Skip to main content
15,892,746 members
Articles / Desktop Programming / MFC

VividTree - A Colorful and Picturesque Owner Drawn CTreeCtrl Class

Rate me:
Please Sign up or sign in to vote.
4.85/5 (34 votes)
21 Sep 20053 min read 387.1K   8.1K   103  
An colorful owner drawn CTreeCtrl derived class loosly modeled after Skype's main window.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by TreeTest.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_TREETEST_DIALOG             102
#define IDR_MAINFRAME                   128
#define IDB_TREE_CLOSED                 129
#define IDB_TREE_OPENED                 130
#define IDB_CODE_PROJECT                131
#define IDI_CODE_PROJECT                132
#define IDD_OPTIONS                     133
#define IDR_RT_MANIFEST1                134
#define IDC_TREETEST                    1000
#define IDC_BK_BITMAP                   1002
#define IDC_BK_GRADIENT                 1003
#define IDC_BK_NORMAL                   1004
#define IDC_TILED                       1005
#define IDC_HORIZ                       1006

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        135
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1009
#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
Web Developer
United States United States
I live in the San Francisco Bay Area. I am married and have two wonderful daughters.

Comments and Discussions