Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 31st, 2003, 10:23 AM
Registered User
 
Join Date: Jul 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Threads Help

I have a form with a Search button, that switches into a Cancel button (just text changes and an IF/ELSE clause in the click effect)
So when I click Search, it changes into Cancel, i start a new thread that performs the loading of information from an SQL database into a DataSet, then i do some Invokes to set the datasource and the thread would end with my search results found.
The user could interrupt though by clicking the Cancel before the search is done and the thread is aborted, joined, and set to null.

The problem is, it works when i operate it normally, search and then cancel momentarily after, search and don't cancel it... but when i click it really fast, repeatedly, it messes up. The search continues and never stops, debug goes to the point of the SQL call (done thru a custom webservice) and the thread just seems to stop right there

any help would be appreciated. any thoughts? or further explanation?






Similar Threads
Thread Thread Starter Forum Replies Last Post
How do use Array with Threads vivekshah C# 1 June 26th, 2006 11:24 AM
generate too may threads mikel79 All Other Wrox Books 0 April 13th, 2006 07:52 AM
Struts and Threads varun_java Apache Tomcat 0 April 2nd, 2005 11:01 AM
Threads using ASP nsakic SQL Server ASP 0 May 19th, 2004 12:39 AM
Problems with threads. Threads disappearing? DriesNeyrinck VB.NET 0 June 10th, 2003 08:26 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.