New to VB.net: Need Help With Listboxes
Hi. I'm creating a program for a game I play. It saves every map that you've accessed into a maps folder. I've managed to extract that infor and broken it down to just the numbers. However, I'm not looking for the maps I've been to, but the maps I [i]haven't[i]been to.
There are 11,000 maps that can be loaded. I have list2 containing the map numbers that I've visited, and list3 contains all numbers 1-11,000. What would the code be to take a string from list2 and remove it from list3?
(Sorry for such a stupid question, but I'm just learning VB.)