J
Jano
Hello.
I have one question
I make Listview with 4 columns.
And I want add text to to column 2,3,4.
With listview1->Items->add ("Text") I can add text only to first column.
In Visual basic.NEt I can write listview1.Items(x).Subitem(number
column).Add ("Text"). Is something like this in VC.NET?
Thanks for answers.
I have one question
I make Listview with 4 columns.
And I want add text to to column 2,3,4.
With listview1->Items->add ("Text") I can add text only to first column.
In Visual basic.NEt I can write listview1.Items(x).Subitem(number
column).Add ("Text"). Is something like this in VC.NET?
Thanks for answers.