Click here to Skip to main content
15,887,939 members
Articles / Desktop Programming / MFC

Tree Control with Bitmap Checkboxes Supported

Rate me:
Please Sign up or sign in to vote.
4.69/5 (9 votes)
24 Oct 20023 min read 154.6K   4.7K   38  
Adding a checkbox along with tree items
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by vs_treectrl.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_VS_TRETYPE                  129
#define IDB_BITMAP_TREE_ICONS           130
#define IDD_DIALOG1                     130
#define IDB_STATE                       131
#define IDC_TREE1                       1000
#define IDC_BUTTON1                     1001
#define IDC_EDIT1                       1002
#define IDC_EDIT2                       1003
#define IDC_BUTTON2                     1004
#define IDC_BUTTON3                     1005
#define IDC_BUTTON4                     1006

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        132
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1007
#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
Software Developer (Senior)
China China
I'm write program from 1990. My research field is CAG,CAD and Image processing. I select C/C++, ASP, Java, XML as my usaully developing tools. Occasional , write code in Delphi and VB. I'm using Visual C++ from 1996. If you have anything unclear, e-mail to :zhou_cn123@sina.com Software Engineering and CAD is my mainly research program.

You also can reach me on msn: zhoujohnson@hotmail.com

Comments and Discussions