Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need some help - ListBox Counter
#7
Why are you all using loops for this, it will only slow down the application for such a simple task, all you need is this:
Code:
ListBox1.Items.Count
Define that as whatever you want, and place that outcome/value wherever you want.

lol... If you had over 1000 entries, your methods would cause the application to render unresponsive, and crash. I'd like to see a coders group here soon so that more people can become educated with all different programming languages out there. It would be nice on this forum I think Smile

Reply


Messages In This Thread
Need some help - ListBox Counter - by Fragma - 06-22-2011, 12:27 PM
RE: Need some help - ListBox Counter - by Fragma - 06-23-2011, 08:19 AM
RE: Need some help - ListBox Counter - by Fragma - 06-30-2011, 03:24 AM
RE: Need some help - ListBox Counter - by AceInfinity - 07-03-2011, 02:56 AM
RE: Need some help - ListBox Counter - by Fragma - 07-03-2011, 03:11 AM
RE: Need some help - ListBox Counter - by Fragma - 07-03-2011, 04:11 AM
RE: Need some help - ListBox Counter - by Fragma - 07-03-2011, 04:25 AM
RE: Need some help - ListBox Counter - by Fragma - 07-03-2011, 05:13 AM
RE: Need some help - ListBox Counter - by H-Q - 07-03-2011, 05:33 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  TextBox2.Text | Transfer Text to ListBox Die 3 2,443 01-02-2012, 06:09 PM
Last Post: AceInfinity
  [VB.NET] - ListBox Drag & Drop - [TUT] Fragma 10 7,093 08-25-2011, 07:02 PM
Last Post: AceInfinity
  [How To] Remove Duplicates From A Listbox PURP 6 6,565 05-12-2011, 02:31 PM
Last Post: PURP
  Listbox Help Danny 8 3,129 04-18-2010, 12:37 AM
Last Post: RaZoR03
  Save Listbox Danny 5 2,172 04-18-2010, 12:35 AM
Last Post: RaZoR03

Forum Jump:


Users browsing this thread: 1 Guest(s)