CheckedListBox Question

  • Thread starter Thread starter Newbie Coder
  • Start date Start date
N

Newbie Coder

I have a string seperated by ';' (semicolons) & I need to split them, which
is easy, but then to check the appropriate checkboxes in the checked listbox
control on program startup

So, my question is:

Once I have split the string, how do I check the same items in the
CheckedListBox control?

TIA
 
Back
Top