BlitzUI: ComboBox query.

Miscellaneous Forums/Blitz Showcase/BlitzUI: ComboBox query.

How would I go about clearing a combobox's items? I know how to add them, but removing them seems scetchy.

I think that is the function you want:
sendmessage(yourcombo,"CM_RESET")

Audrain is correct, use "CM_RESET" to remove all the items :)

Oh, awesome, thanks a ton guys! :) Fullernator, I couldnt ask anything more then what youve already done, GREAT WORK! :D