Stop a thread when a button is pressed in vb.net - CodeProject
Free source code and tutorials for Software developers and Architects.; Updated: 6 Sep 2013 ... private void btn_cancel_Click(object sender, RoutedEventArgs e) {thread.Abort();} may this is helpful for you...