A Tree List Control - by Andy Philpotts 12/31/96 --------------------------------------- I wanted to display heirarchical data is a structured way, so along came the need for a tree list control. This is a beta of a libary that does just that. I am distributing this for testing. The beta release is pretty much complete WITH FULL HTML DOCUMENTATION! Please delete, destroy or otherwise purge the alpha version (TreeList_A.zip) if you have the misfortune to have it! xyzzy@pobox.com http://www.pobox.com/~xyzzy --------------------------------------------------------------------- Contents List ------------- Main files: TreeList.h the header, include this in your program TreeList.lib the library, link with this Other stuff: TreeList.proj Project file to rebuild the library Documentation/ All the docs in HTML form Source/ Full library source Test Program/ Test program with partial source and project file