Jump to content

Recommended Posts

Posted

Is there a way to let the user select more than one item in a listbox? I've been searching the functions list and the forums, but I cannot find the answer. I currently have the following code, but it allows only one selection in the listbox:

$listbox = GUICtrlCreateList("", 10, 40, -1, 290)
GUICtrlSetData(-1, $forListbox)

$forListbox is a variable that has been populated earlier and that contains the items that should appear in the listbox.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...