i have a little problem with my program. I have a checkedlistbox and a datagridview. In my checkedlistbox are some items:
Code:
checkedListBox1.Items.Add("1");
checkedListBox1.Items.Add("2");
checkedListBox1.Items.Add("3");
checkedListBox1.Items.Add("4");