Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi you all im kinda new to coding so was hoping you guys can help me.
Im trying to figure out how to use treeview. I have a database with lots of fields, namely Record ID, Date entered, First Name, Last name, etc.
I can populate a treeview me but i don't wana create a treeview thats shows all of these fields me, i can do that me. What i want is to customize it to be like this.

Parent: Date entered
And then i wana group those records that date the same day into a group showing me its Record ID, First Name and Last Name on a single node.(Im not really sure you guys me)
Kinda like this
DATE ENTERED
-------Record ID:1,Then the name of the person
-------Record ID:2,"" "" "" ""
EXAMPLE
18-Aug-2014
----Record ID:1,Charles Newton
----Record ID:2,James Cameron
19-Aug-2014
----Record ID:3,John Cater
Hope you guys can help.
Thanks in advance
Mario
Posted

1 solution

Please check this link

Treeview in vb6[^]

Hope it will help..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900