Then I got this error message: "Name item is not declared."
So, how would I get that?
Beantown Boy
Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
You just have to make sure that all three lists have the same item index selected
I don't know what you mean by this. I have one ListView with three columns, not three lists.
Beantown Boy
Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
Beantown Boy
Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
Beantown Boy
Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
For Each item As ListViewItem In lvwAddresses.SelectedItems
For Each subItem As ListViewItem.ListViewSubItem In item.SubItems
Console.Out.WriteLine(subItem.Text)
Next
Next
Beantown Boy
Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.