I would like to populate a tree view control with the directory and
file structure below a given directory.
Or perhaps the tree view control is not the best approach.
What I want to do is to have two of these 'controls' side by side so
that I can map files between the two for a source code syncronization.
In the display of these 'controls', I need to maintian the directory
structure and that is why I thought the tree view control may be best.
Any ideas on what I need to do this? Or if there is a better way?
Thanks in Advance!