Hello,

So my problem is this. I am inspired by a code on another site, but I understand that. The problem is in this code, to manage a list, the code uses the ListBox, but the disadvantage is that you can select only one box, or I need to select multiple CheckedListBox so I replaced, I am is perfect, BUT I can not update the code. These are the two errors obtained:


Error: "
Code:
Error 3 'Items'is not a member of 'System.Windows.Forms.GroupBox'.
Error 2 'SelectedItem'is not a member of 'System.Windows.Forms.GroupBox'.
Here is the corresponding source code (an example is because there are more lines in the same genre):

Code:
Code:
Me.list_cc.Items.Clear()
Me.list_cc.SelectedItem
How can I get the same effect as 2 functions with CheckedListBox? Many thank you