J Jon Skeet [C# MVP] May 20, 2004 #2 honeybee said: How can I get the count of the Items in a ListBox? Click to expand... Use listBox.Items.Count.
honeybee said: How can I get the count of the Items in a ListBox? Click to expand... Use listBox.Items.Count.