Ms says the listbox.SelectedItems returns a SelectedObjectCollection but this does not work:
SelectedObjectCollection x= this.listBox.SelectedItems;
What am I doing wrong? The compiler does not know what a SelectedObjectCollection is.
SelectedObjectCollection x= this.listBox.SelectedItems;
What am I doing wrong? The compiler does not know what a SelectedObjectCollection is.