BlitzUI: ComboBox query.

Community Forums/Showcase/BlitzUI: ComboBox query.

poopla(Posted 2003) [#1]
How would I go about clearing a combobox's items? I know how to add them, but removing them seems scetchy.


Mathieu A(Posted 2003) [#2]
I think that is the function you want:
sendmessage(yourcombo,"CM_RESET")


Odds On(Posted 2003) [#3]
Audrain is correct, use "CM_RESET" to remove all the items :)


poopla(Posted 2003) [#4]
Oh, awesome, thanks a ton guys! :) Fullernator, I couldnt ask anything more then what youve already done, GREAT WORK! :D