I have a listbox full of items. As each item in the listbox has been taken care of it's checkbox is ticked.
Later I want to loop through the listbox items pulling data out of the ItemData property of all items in the listbox that have their checkbox ticked.
How do I do that
Later I want to loop through the listbox items pulling data out of the ItemData property of all items in the listbox that have their checkbox ticked.
How do I do that