Does anyone know if there is an control that looks like a tree view with tables like the list view control.
I need to show the tree structure but also show some extra info in a table.
mfG Pueromane
Printable View
Does anyone know if there is an control that looks like a tree view with tables like the list view control.
I need to show the tree structure but also show some extra info in a table.
mfG Pueromane
You can use the standard ListView that comes with VB6 (and possibly the one from VB5 also).
Brad Martinez posted an excellent sample to this site at :
http://codeguru.developer.com/vb/articles/1945.shtml
- be warned though, the addition and removal of listitems to the control is performed at run time by the programmer.
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
thanks Chris
mfG Pueromane