Jump to content

Return Multiple Items Selected In A List?


Recommended Posts

I Have A Gui List.

How do i find out all of the selected options instead of the last one selected?

GuiCtrlRead($list) is only returning the last one selected.

$test = GUICtrlCreateList("Test", 16, 128, 273, 251, $LBS_MULTIPLESEL)
MsgBox(0,"",GuiCtrlRead($test))

only returns the last selected on the list.

i need to return all of them...

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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