All
I have been using both ListView & TreeView - but the 'MSComctlLib' or the common controls in the OCX is unstable - they are a real nightmare - especially if you develop on PCs with different OS.

So I am now using a ListBox to replace my ListView - its ok.

But I am wondering what is a good alternative for TreeView - I show the TreeView with Nodes. I do allow selection of multiple nodes - so I need like checkboxes or something to indicate what is selected.

Any comments will be appreciated.

I would prefer not to use a third party add-in or OCX - But I will if I have to.

Thanks
Rasm