Computer Science Canada

help on removing items from combo box

Author:  adams [ Tue May 16, 2006 8:16 am ]
Post subject:  help on removing items from combo box

ok to add items into a combo box you put cboControl.AddItem Item
but how would you do the opposite and remove an individual item? help me please

Author:  Darkmantis [ Tue May 16, 2006 10:48 am ]
Post subject: 

I use
code:
combobox.RemoveItem
to remove items from my combobox lists


: