I am attempting 2 separate ListBoxes for listing Offline and Online servers. The box refreshes every 3 seconds, and I need to be able to go through each item and get its text and index.
What can I do for this?
I've tried creating a For loop based on ListBox.Items but was unsuccessful.