This sample, from Paul (wpsjr1@syix.com)
demonstrates how to use an external ImageList with better facilities, or the
System ImageList with the Microsoft COMCTL32.OCX TreeView control.
Check out his web site for some more small
but perfectly formed API source code samples.
Paul's sample demonstrates how to attach a TreeView to his own ImageList class, which is possibly
the smallest ImageList class I've ever seen! The work of setting the icon is done in the
API interface to the TreeView cTreeView.
|