Hi Rob,
Use a SplitContainer Control to host your "explorer." Put a TreeView Control
in the left-hand pane, and a ListView in the right-hand pane. Then wire them
up.

Signature
HTH,
Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist
What You Seek Is What You Get.
> Hi all,
>
[quoted text clipped - 15 lines]
>
> Rob
Rob Meade - 15 Jul 2006 15:15 GMT
> Use a SplitContainer Control to host your "explorer." Put a TreeView
> Control in the left-hand pane, and a ListView in the right-hand pane. Then
> wire them up.
Hi Kevin,
Many thanks for your prompt and informative reply.
One question - when you say "wire them up" presumably you mean to my own
objects yes?
Regards
Rob
Kevin Spencer - 15 Jul 2006 19:38 GMT
Hi Rob,
Yes, that's exactly what I meant. You will want to associate them with your
objects, and coordinate between the TreeView and the ListView.

Signature
HTH,
Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist
What You Seek Is What You Get.
>> Use a SplitContainer Control to host your "explorer." Put a TreeView
>> Control in the left-hand pane, and a ListView in the right-hand pane.
[quoted text clipped - 10 lines]
>
> Rob