Jump to content

Recommended Posts

Posted

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]

Posted

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?

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
×
×
  • Create New...