N Nicholas Paldino [.NET/C# MVP] Apr 14, 2005 #2 Hrvoje, There should be an Items property that exposes the items that are in the listbox. The collection returned should expose a RemoveAt method, which allows you to pass the index of the item you want to remove. Hope this helps.
Hrvoje, There should be an Items property that exposes the items that are in the listbox. The collection returned should expose a RemoveAt method, which allows you to pass the index of the item you want to remove. Hope this helps.