Click here to Skip to main content
15,915,702 members
Home / Discussions / C#
   

C#

 
Questionparse xml Pin
MaheshSharma7-Jan-16 16:33
MaheshSharma7-Jan-16 16:33 
SuggestionRe: parse xml Pin
dan!sh 7-Jan-16 16:48
professional dan!sh 7-Jan-16 16:48 
AnswerRe: parse xml Pin
Richard MacCutchan7-Jan-16 22:10
mveRichard MacCutchan7-Jan-16 22:10 
AnswerRe: parse xml Pin
BillWoodruff8-Jan-16 0:49
professionalBillWoodruff8-Jan-16 0:49 
QuestionC# swf decompiler Pin
Member 122071957-Jan-16 5:31
Member 122071957-Jan-16 5:31 
AnswerRe: C# swf decompiler Pin
OriginalGriff7-Jan-16 5:47
mveOriginalGriff7-Jan-16 5:47 
Questionstop a task Pin
caradri6-Jan-16 23:34
caradri6-Jan-16 23:34 
AnswerRe: stop a task Pin
Simon_Whale6-Jan-16 23:42
Simon_Whale6-Jan-16 23:42 
AnswerRe: stop a task Pin
Pete O'Hanlon7-Jan-16 0:04
mvePete O'Hanlon7-Jan-16 0:04 
GeneralRe: stop a task Pin
caradri7-Jan-16 1:42
caradri7-Jan-16 1:42 
GeneralRe: stop a task Pin
Pete O'Hanlon7-Jan-16 1:50
mvePete O'Hanlon7-Jan-16 1:50 
GeneralRe: stop a task Pin
caradri7-Jan-16 3:42
caradri7-Jan-16 3:42 
GeneralRe: stop a task Pin
Dave Kreskowiak7-Jan-16 3:46
mveDave Kreskowiak7-Jan-16 3:46 
Yes, you can, but you're not buying yourself anything by doing so.

You're still going to have to signal the thread to stop and if your code outside the thread is blocked waiting for the thread(s) to finish its/their task(s), how is your outside code going to cancel that thread?

You won't buy yourself an easier solution by using a thread. You end up with the exact same problem, just using different classes.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

QuestionWPF double click edit listview item label Pin
Ranjith Kumar5-Jan-16 20:30
Ranjith Kumar5-Jan-16 20:30 
AnswerRe: WPF double click edit listview item label Pin
dan!sh 6-Jan-16 0:32
professional dan!sh 6-Jan-16 0:32 
QuestionWay the open Windows freeze when I go back to open Windows Pin
Member 107434224-Jan-16 16:33
Member 107434224-Jan-16 16:33 
AnswerRe: Way the open Windows freeze when I go back to open Windows Pin
Dave Kreskowiak4-Jan-16 18:09
mveDave Kreskowiak4-Jan-16 18:09 
GeneralRe: Way the open Windows freeze when I go back to open Windows Pin
Member 107434225-Jan-16 8:23
Member 107434225-Jan-16 8:23 
GeneralRe: Way the open Windows freeze when I go back to open Windows Pin
Pete O'Hanlon5-Jan-16 8:31
mvePete O'Hanlon5-Jan-16 8:31 
GeneralRe: Way the open Windows freeze when I go back to open Windows Pin
OriginalGriff5-Jan-16 8:36
mveOriginalGriff5-Jan-16 8:36 
GeneralRe: Way the open Windows freeze when I go back to open Windows Pin
OriginalGriff5-Jan-16 8:33
mveOriginalGriff5-Jan-16 8:33 
QuestionRe: Way the open Windows freeze when I go back to open Windows Pin
ZurdoDev5-Jan-16 4:57
professionalZurdoDev5-Jan-16 4:57 
AnswerRe: Way the open Windows freeze when I go back to open Windows Pin
Member 107434225-Jan-16 8:12
Member 107434225-Jan-16 8:12 
AnswerRe: Way the open Windows freeze when I go back to open Windows Pin
ZurdoDev5-Jan-16 8:25
professionalZurdoDev5-Jan-16 8:25 
AnswerRe: Way the open Windows freeze when I go back to open Windows Pin
Nathan Minier5-Jan-16 6:17
professionalNathan Minier5-Jan-16 6:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.