I have a list with checkboxes, how can I check the selecteditem?
thank
Assuming Windows Forms, clb.SetItemChecked (clb.SelectedIndex, true) where clb is a CheckedListBox object.