2011/6/14 ianwbarlow <ianwbarlow at hotmail.com>: > How do I clear every entry in a combo box ? Hi, depends on your model. If it's a ListStore for example: (this.combobox1.model as ListStore).Clear(); Yours, Nils