Unc3nZureD Posted December 24, 2013 Posted December 24, 2013 I'm displaying a List with mutiple choices the following way: $List1 = GUICtrlCreateList("", 16, 64, 121, 97, BitOR($GUI_SS_DEFAULT_LIST,$LBS_MULTIPLESEL)) GUICtrlSetData(-1, _ArrayToString($array, "|", 1)) I'd like to read what the user pressed, but simple GuiCtrlRead isn't working. How could I read it?
Solution Unc3nZureD Posted December 24, 2013 Author Solution Posted December 24, 2013 I've found the answer _GUICtrlListBox_GetSelItemsText()
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