S
sfauchille
Hello,
I have to fill a treeview with data in a text file
text file
A.B.C.D.Var1
A.B.C.D.var2
A.B.A.Var1
B.A.C.var2
B.C.D.var3
and i want it like this
|A------B-----C-----D------Var1
| | |--Var2
| |--A---- Var1
|B------A------C----Var2
|--C------D----Var1
Someone have an idea?
It's like having a list of file with the fullpath in a text file and
that you want to create a hierarchy in a treeview
Thanks
I have to fill a treeview with data in a text file
text file
A.B.C.D.Var1
A.B.C.D.var2
A.B.A.Var1
B.A.C.var2
B.C.D.var3
and i want it like this
|A------B-----C-----D------Var1
| | |--Var2
| |--A---- Var1
|B------A------C----Var2
|--C------D----Var1
Someone have an idea?
It's like having a list of file with the fullpath in a text file and
that you want to create a hierarchy in a treeview
Thanks