G
Guest
Below we can get the checkedItems within a checkedListBox but I have
attempted to find the unchecked items but I cannot seem to find a method. Is
there one or can I somehow manipulate the below code to find the uncChecked
items?
Dim ItemtoSet As New ArrayList
For Each CheckedItem As Object In ChkListBoxRoutines.CheckedItems
ItemtoSet.Add(CheckedItem)
Next
attempted to find the unchecked items but I cannot seem to find a method. Is
there one or can I somehow manipulate the below code to find the uncChecked
items?
Dim ItemtoSet As New ArrayList
For Each CheckedItem As Object In ChkListBoxRoutines.CheckedItems
ItemtoSet.Add(CheckedItem)
Next
