Help with Multi Solution

i2bz2w8

New member
Joined
Apr 29, 2003
Messages
1
Location
VA
I am trying to solve a problem for class and I cant figure out how to select multiple items froma list?
 
Im not sure if you want to do this in code or during run time just clicking on it and selecting :) . But either way, you have to set SelectionMode property of listbox to MultiSimple or MultiExtended.
 
Back
Top