Gabriel November 02, 2017 1 How to get number of items in ListBox is very easy in Visual Basic 2017. Let say we have a listbox populated with some items. We need to put the number of all items in Listbox into TextBox. TextBox1 = ListBox1.Items.Count Read More