Jump to content

Select Multiple Options In GuiCtrlCreateCombo?


Recommended Posts

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]

Link to comment
Share on other sites

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...

hmmm

guess ill try to figure out how to make a list look like a combo popup?

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...