Hi guys I'm pretty new to Visual basic so please bare with me.
I'm trying to create a text box that counts the number of items in a list box, I've got as far as to get the text box to count the items when I click on it ( TextBox1.Text = ListBox2.Items.Count ) but I was wanting the text box to refresh itself automatically as entries were put into and taken out off the list box.
All help will be greatly appreciated
I'm trying to create a text box that counts the number of items in a list box, I've got as far as to get the text box to count the items when I click on it ( TextBox1.Text = ListBox2.Items.Count ) but I was wanting the text box to refresh itself automatically as entries were put into and taken out off the list box.
All help will be greatly appreciated