Since from .net 2.0 thread suspend/resume don't work, i have search the internet for another way for manage threads, but now i have a project with a single thread and i need to pause/resume but no method apply here.
Inside my thread is Do Loop that search the internet and show's me the results on a list box array.
I need to pause this function, and when i resume it to search from where it was, i tried many ways and one of them is Monitor...