November 2017 - Visual Basic 2017

Hot

Thursday, November 2, 2017

How to get number of items in ListBox

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

How to get number of items in ListBox

Read More