Reduce lag while loading a VERY big list?[Solved]
Ok guys so for one of my programs it loads a list that can have anywhere from 50,000-100,000 items on it, it then scrolls through all of the items, selects them and does stuff with them. As you can imagine this is incredibly laggy
Is there anyway i can reduce the lag besides application.doevents? (i have that in there now makes little to no difference) i was thinking maybe using background worker but i have no idea how to do that D: Multithreading.
Put all your code in a sub or multiple subs.
[php]
Dim t as new threading.thread(addressof subname)
t.start
[/php]
You may also set the threads priority.