Introduction - If you have any usage issues, please Google them yourself
While studying an electronic engineering d computer science. I participated in a workshop where we compiler h ad to write our own programming language. To vie w and analyze the syntax tree for a given program , I wrote a custom drawn tree component those da ys. The original component was written in Java an d I thought it might be useful to have it as a CTre eCtrl derivate. In contrast to some other custom drawn tree controls at CodeProject. this one does not has its own data structure for r epresenting the tree. This means that you do not have to write different code for inserting the t ree items when you want to switch from CTreeCtrl . Because this control inherits from CTreeCtrl , it is very easy to activate the stock-functio nality which draws the tree in the traditional w ay.
Packet : 35738614verticaltree.zip filelist
src/CustomVerticalTree.cpp
src/CustomVerticalTree.h
src/ReadMe.txt
src/res/
src/resource.h
src/res/VerticalTree.ico
src/res/VerticalTree.rc2
src/StdAfx.cpp
src/StdAfx.h
src/VerticalTree.clw
src/VerticalTree.cpp
src/VerticalTree.dsp
src/VerticalTree.dsw
src/VerticalTree.h
src/VerticalTree.rc
src/VerticalTreeDlg.cpp
src/VerticalTreeDlg.h