Hey all,
I am running in to a bit of difficulty having a list box return multiple selections from a list box. The box is creating fine and you can select multiple entries however the GUICtrlRead is only returning the last item selected.
LISTBOX CODE
$List1 = GUICtrlCreateList("", 24, 128, 193, 97, BitOR($LBS_SORT,$WS_BORDER,$LBS_EXTENDEDSEL))
READ CODE
$Name = GUICtrlRead ($List1)
Any thoughts?
Mike