G
Guest
I have a CheckedListBox control on a form. Whenever I want to check the item in the CheckedListBox with the following code, it give me an error message 'Specified cast is not valid'. why
chklstType.Items.Add("abc", True)
chklstType.Items.Add("abc", True)