|
-
December 21st, 1999, 03:43 AM
#1
TreeView and ListView Control
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
-
December 21st, 1999, 03:58 AM
#2
Re: TreeView and ListView Control
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
-
December 21st, 1999, 04:33 AM
#3
Re: TreeView and ListView Control
thanks Chris
mfG Pueromane
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|