Hi,
Bisschen ausfuehrlicher:
"Removing Items
You can use the RemoveItem method to delete items from a combo box. RemoveItem has one argument, index, which specifies the item to remove:
box.RemoveItem index
The box and index arguments are the same as for AddItem.
For example, to remove the first entry in a list, you would add the following line of code:
Combo1.RemoveItem 0
To remove all list entries in a combo box, use the Clear method:
Combo1.Clear"
Gruss
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP