How do I select multiple items in a list box

I have a list box and would like to select multiple items by holding down the ctrl key and selecting the items with the mouse. I looked at the "listbox1" events and couldn't find an event that was applicable. Can someone help me out. Thanks in advance.

Ken



Answer this question

How do I select multiple items in a list box

  • Martin Schuhmann

    Set SelectionMode property on the Listbox to MultiSimple
  • Tarp

    Thanks Spotty.
  • How do I select multiple items in a list box