For Each lstitem As ListViewItem In ListView1.Items If lstitem.Checked = True Then For Each lstitem1 As ListViewItem In listview2.items lstitem1.Checked = True Next End If Next
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)