Click here to Skip to main content
15,907,281 members
Home / Discussions / C#
   

C#

 
QuestionCryptographicException: Unspecified Error!? Pin
xeri25-Jan-07 23:05
xeri25-Jan-07 23:05 
QuestionCan u give me a working Example Pin
A . Ansari25-Jan-07 23:02
A . Ansari25-Jan-07 23:02 
AnswerRe: Can u give me a working Example Pin
Christian Graus25-Jan-07 23:04
protectorChristian Graus25-Jan-07 23:04 
JokeRe: Can u give me a working Example Pin
Guffa25-Jan-07 23:54
Guffa25-Jan-07 23:54 
QuestionCan u give me a working Example Pin
A . Ansari25-Jan-07 23:02
A . Ansari25-Jan-07 23:02 
AnswerRe: Can u give me a working Example Pin
stancrm26-Jan-07 0:29
stancrm26-Jan-07 0:29 
QuestionSerial Communication Pin
cocoonwls25-Jan-07 23:02
cocoonwls25-Jan-07 23:02 
QuestionBackgroundWorker: Recover from Error Pin
aread2225-Jan-07 22:27
aread2225-Jan-07 22:27 
Hello all,

First time post...so go easy on me Laugh | :laugh:

Here is what my problem is with the BackgroundWorker:

I have a list of files that I would like to go through and manipulate in the background, the problem I am having is how do I recover if one of those files has an error in it?
What I mean by recover is instead of raising an error, I would like to store the error in some list and move on to the next file and then when all the files are done I would like to write to a text box the files that had an error..Would I handle this in BackgroundWorkers RunWorkerCompleted? Because this is where an error goes when it occurs in the DoWork method. Basically after an error how can I get back into my for or while loop that iterates over the remaining files..starting at the next file...

Thanks

Alan
AnswerRe: BackgroundWorker: Recover from Error Pin
Stefan Troschuetz25-Jan-07 22:32
Stefan Troschuetz25-Jan-07 22:32 
GeneralRe: BackgroundWorker: Recover from Error Pin
aread2225-Jan-07 22:35
aread2225-Jan-07 22:35 
GeneralRe: BackgroundWorker: Recover from Error Pin
Stefan Troschuetz25-Jan-07 22:40
Stefan Troschuetz25-Jan-07 22:40 
GeneralRe: BackgroundWorker: Recover from Error Pin
aread2225-Jan-07 22:42
aread2225-Jan-07 22:42 
QuestionHow to write information to file descritpion Pin
jiangwm_shy200525-Jan-07 22:01
jiangwm_shy200525-Jan-07 22:01 
QuestionThread and how to stop Pin
gigo2k625-Jan-07 22:00
gigo2k625-Jan-07 22:00 
AnswerRe: Thread and how to stop Pin
Martin#25-Jan-07 22:08
Martin#25-Jan-07 22:08 
AnswerRe: Thread and how to stop Pin
cocoonwls25-Jan-07 22:30
cocoonwls25-Jan-07 22:30 
AnswerRe: Thread and how to stop Pin
Luc Pattyn25-Jan-07 23:58
sitebuilderLuc Pattyn25-Jan-07 23:58 
QuestionC#, Timer and GetTickCount on Compact Framework Pin
AlexB4725-Jan-07 21:48
AlexB4725-Jan-07 21:48 
AnswerRe: C#, Timer and GetTickCount on Compact Framework Pin
Stefan Troschuetz25-Jan-07 21:56
Stefan Troschuetz25-Jan-07 21:56 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
AlexB4725-Jan-07 22:06
AlexB4725-Jan-07 22:06 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
Stefan Troschuetz25-Jan-07 22:12
Stefan Troschuetz25-Jan-07 22:12 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
AlexB4725-Jan-07 22:24
AlexB4725-Jan-07 22:24 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
Stefan Troschuetz25-Jan-07 22:28
Stefan Troschuetz25-Jan-07 22:28 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
AlexB4725-Jan-07 22:30
AlexB4725-Jan-07 22:30 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
Stefan Troschuetz25-Jan-07 22:35
Stefan Troschuetz25-Jan-07 22:35 

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.