I have a CheckedListBox with several text fields and I want to assign the text of the selected items to a string array. I have tried to access the text via the items collection, but having no success.
Also, can I loop through the array and set the checked items in the CheckedListBox based off of the strings in the array?
Thanks,
Tom
Also, can I loop through the array and set the checked items in the CheckedListBox based off of the strings in the array?
Thanks,
Tom