Title    : SPLITWND

Overview : Win95 TreeView and splitter windows using Win32 API.
           
Keywords : tree view TreeView splitter explorer directory ImageList

Author   : George Cross, Borland C++ Developer Support

Date     : August 5, 1996

Compiler : Borland C++ 5.0

The SplitWnd example demonstrates a Windows 95 TreeView common
control and splitter windows similar to the Windows 95 Explorer.
The TreeView window displays complete drive and directory information.

This program is currently designed to run on Win95 so it can get the
system image list of icons.  If run on WinNT 3.5x, directory names still
appear in the TreeView, but icons don't.  I can code this feature in
sometime easily enough by simply creating an image list myself.

Improvements needed:
  Drag and drop directory and files within the TreeView.
  Some sort of file viewer on the right window pane next to the
     TreeView Window.

