B Bjorn Abelli Nov 10, 2005 #2 ... How do I get the values selected from a multiselect listbox? Click to expand... this.listBox1.SelectedItems; and this.listBox1.SelectedIndices; returns collections, through which you can iterate, etc. // Bjorn A
... How do I get the values selected from a multiselect listbox? Click to expand... this.listBox1.SelectedItems; and this.listBox1.SelectedIndices; returns collections, through which you can iterate, etc. // Bjorn A