supadodger Posted November 6, 2010 Posted November 6, 2010 how do i allow selecting multiple items on the combobox? im sure like usual the answer is obvious and im just not seeing it.
Delta Posted November 6, 2010 Posted November 6, 2010 I don't think you can select multiple in a combobox. You can however select multiple in a list. GUICtrlCreateList("", 152, 144, 121, 97, $LBS_MULTIPLESEL) [size="1"]Please stop confusing "how to" with "how do"[/size]
supadodger Posted November 6, 2010 Author Posted November 6, 2010 I don't think you can select multiple in a combobox. You can however select multiple in a list.GUICtrlCreateList("", 152, 144, 121, 97, $LBS_MULTIPLESEL)Thats horrible a list would takeup alot of the GUI...hmmmguess ill try to figure out how to make a list look like a combo popup?
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