Naw. ListViewEx1 is what the devcopmonents control is called.
Originally Posted by PremonitioNz
Naw. ListViewEx1 is what the devcopmonents control is called.
So what ?? Its still the same thing !!! Try this:
[php] If ListView1.Items.Count > 0 Then
For Each x As ListViewItem In ListView1.CheckedItems
For Each t As String In ListView1.Items(2).SubItems
Call inject(t)
Next
Next
End If[/php]
Listviewex1.items(x).subitems(x).text
@Hassan Listviewex <- not a checkedlistview
Is there even a CHECKED listVIEW?
Yes.
He derived it from my original code.
THe ListViewEX tool has the option to enable checkboxes inside the listview =D