hey all
In my tlistview all lines caption and subitem[0] filled with some data , and i want to fill other subitems line by line after all stored in caption and subitem .
Example
my listview is like this
user pass working status valid
data1 pass --- ---
data2 pass2 ---- -----
-
-
-
I loaded them success fully
now i got data for each acc like status and valid , how can i add them
when i tried all data storing in nextline like
user pass working status valid
data1 pass --- ---
data2 pass2 ---- -----
yes 2009
no
how can i fix this issue
thanks in advance