Hi again,
Can anybody tell me how to make use of the checkbox in the Listview control. I would like to make use of the checkbox box in order to indicate a finished task. This would require relating the tickbox to a value in a database.
I have no problem with anything other than how to relate my code to the checkbox.
Thanks for any help!!

If ListViewName.ListItems.Item(i).Checked = True Then
      ' Do anything
End If
commented: Great +1
commented: Help me Much +1
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.