pueromane
December 21st, 1999, 02:43 AM
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
Chris Eastwood
December 21st, 1999, 02:58 AM
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
pueromane
December 21st, 1999, 03:33 AM
thanks Chris
mfG Pueromane