i have a search program that reads web pages. the problem is once it starts reading, it never stops whatever i try to do to make it stop. how can I add a button on the page and make it listen to button click and stop doing what it is doing ? i have heard about threading but i dont know how to use. would this be the case that i want to use threading ? some sample code could help
thanks