supadodger Posted November 6, 2010 Posted November 6, 2010 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.
supadodger Posted November 6, 2010 Author Posted November 6, 2010 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...
supadodger Posted November 6, 2010 Author Posted November 6, 2010 _GUICtrlListBox_GetSelItemsText Returns an array with all of the items. thanks guys!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now