Click here to Skip to main content
15,867,330 members
Articles / Desktop Programming / MFC

CTreeListCtrl with tooltips

Rate me:
Please Sign up or sign in to vote.
2.42/5 (9 votes)
13 Jun 2001 153.8K   3.8K   35   11
A Tree List/Tool Tip control embedded within a CView

Sample Image - TreeListCode.jpg

Introduction

This project was written to provide you with a Tree List to put on any CView. It supports images, checkboxes, and all the functionality of both CTree and CList Controls. It automatically resizes itself when the user changes the window, it has been attached to it. Clicking on the List Header will sort the tree either in ascending or descensding order.

Just have a look at the attached code and if you have any problems, don't hesitate to leave me a message below.

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
Software Developer (Senior) Hamilton Grant
United Kingdom United Kingdom
I like to program because I'm good at it!

My latest websites and products areas follows:

Younique products

Join Younique

Book a hotel by finding Group hotel bookings.

Comments and Discussions

 
Generalmultiline text in node Pin
jatin dave20-Jan-09 21:52
jatin dave20-Jan-09 21:52 
Generalcustom the ctreectrl in ctreeivew Pin
miteverest07079-Aug-05 19:41
miteverest07079-Aug-05 19:41 
QuestionHow to use it into a dialog Pin
accarvajal31-Aug-04 13:35
accarvajal31-Aug-04 13:35 
GeneralForwarding messages to parent Pin
paula210217-Apr-03 5:30
paula210217-Apr-03 5:30 
GeneralProblem while pressing on New (CTRL + N) Pin
13-Jun-02 4:28
suss13-Jun-02 4:28 
GeneralRe: Problem while pressing on New (CTRL + N) Pin
David.Kelly7-Oct-04 8:20
David.Kelly7-Oct-04 8:20 
The CTRL+N is in your resources probably the IDR_MAINFRAME accelerator. This is a shortcut for create a new document. You can handle it several ways but if you do not allow the user to create a new document you can remove it from the resource and you should have no further problems with it. You might also want to look at CTRL+0 (opens a document) and some of the others to see if you have problems with them as well.
QuestionHow to edit labels? Pin
8-Nov-01 15:22
suss8-Nov-01 15:22 
Generalproblem with horizontal scroll bar Pin
21-Jun-01 21:46
suss21-Jun-01 21:46 
GeneralText formatting Pin
19-Jun-01 2:48
suss19-Jun-01 2:48 
GeneralA good start! Pin
14-Jun-01 5:45
suss14-Jun-01 5:45 
GeneralAttachments not avialable Pin
13-Jun-01 17:31
suss13-Jun-01 17:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.