Hi Thomaz,
You can use the
Clear method of the
Items collection of your Combobox, like this:
Code:
this.cboSubfamilia.Items.Clear();
If you had some default text in the Combo, you may need to reset the Text property as well:
Code:
this.cboSubfamilia.Text = ""
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.