checkedListBox to a listbox?
Hallo,
How do I get my Items from my checkedListBox to a listbox?
I tryed here, but it do not work
listBox3.Items.AddRange(checkedListBox5.CheckedIte ms)
I got these errors:
Error 3 The best overloaded method match for 'System.Windows.Forms.ListBox.ObjectCollection.Add Range(System.Windows.Forms.ListBox.ObjectCollectio n)' has some invalid arguments
Error 4 Argument '1': cannot convert from 'method group' to 'System.Windows.Forms.ListBox.ObjectCollection'
Greetings
Silas
|