Click here to Skip to main content
15,891,607 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to merge columns Pin
Pankaj Garg18-May-09 0:20
Pankaj Garg18-May-09 0:20 
AnswerRe: How to merge columns Pin
Dave Kreskowiak18-May-09 1:52
mveDave Kreskowiak18-May-09 1:52 
QuestionBackgroundWorkers 'RunWorkerCompleted' not fired Pin
Sonhospa17-May-09 23:38
Sonhospa17-May-09 23:38 
AnswerRe: BackgroundWorkers 'RunWorkerCompleted' not fired Pin
Dave Kreskowiak18-May-09 4:06
mveDave Kreskowiak18-May-09 4:06 
QuestionRe: BackgroundWorkers 'RunWorkerCompleted' not fired Pin
Sonhospa18-May-09 9:11
Sonhospa18-May-09 9:11 
AnswerRe: BackgroundWorkers 'RunWorkerCompleted' not fired Pin
Dave Kreskowiak18-May-09 10:01
mveDave Kreskowiak18-May-09 10:01 
NewsRe: BackgroundWorkers 'RunWorkerCompleted' not fired Pin
Sonhospa18-May-09 10:12
Sonhospa18-May-09 10:12 
GeneralRe: BackgroundWorkers 'RunWorkerCompleted' not fired Pin
Dave Kreskowiak18-May-09 13:13
mveDave Kreskowiak18-May-09 13:13 
You have a situation where you're running two threads, expecting the Completed to be fired by the Consumer thread that processes the rows. This thread shouldn't stop, so long as the applicaiton is running, IMHO. It can't stop because it cannot know, in your current design, if there are any more records coming from the Producer. It's the Producer that should be raising the Completed event. Only it knows if there is anything left to process on it's end.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: BackgroundWorkers 'RunWorkerCompleted' not fired Pin
Sonhospa18-May-09 20:14
Sonhospa18-May-09 20:14 
GeneralRe: BackgroundWorkers 'RunWorkerCompleted' not fired Pin
Dave Kreskowiak19-May-09 17:14
mveDave Kreskowiak19-May-09 17:14 
NewsRe: BackgroundWorkers 'RunWorkerCompleted' not fired - Resolved Pin
Sonhospa18-May-09 10:53
Sonhospa18-May-09 10:53 
QuestionConvert Text file into Excel file Pin
vijay248217-May-09 23:14
vijay248217-May-09 23:14 
AnswerRe: Convert Text file into Excel file Pin
Rajesh Anuhya17-May-09 23:29
professionalRajesh Anuhya17-May-09 23:29 
GeneralRe: Convert Text file into Excel file Pin
vijay248218-May-09 0:09
vijay248218-May-09 0:09 
GeneralRe: Convert Text file into Excel file Pin
Rajesh Anuhya18-May-09 0:36
professionalRajesh Anuhya18-May-09 0:36 
AnswerClarification Please Pin
Dalek Dave17-May-09 23:29
professionalDalek Dave17-May-09 23:29 
GeneralRe: Clarification Please Pin
vijay248217-May-09 23:55
vijay248217-May-09 23:55 
QuestionText is getting typed into another text box Pin
tiagu17-May-09 22:33
tiagu17-May-09 22:33 
AnswerRe: Text is getting typed into another text box Pin
Johan Hakkesteegt18-May-09 0:12
Johan Hakkesteegt18-May-09 0:12 
GeneralRe: Text is getting typed into another text box [modified] Pin
tiagu18-May-09 0:50
tiagu18-May-09 0:50 
GeneralRe: Text is getting typed into another text box Pin
Johan Hakkesteegt18-May-09 0:54
Johan Hakkesteegt18-May-09 0:54 
GeneralRe: Text is getting typed into another text box Pin
tiagu18-May-09 4:40
tiagu18-May-09 4:40 
GeneralRe: Text is getting typed into another text box Pin
tiagu18-May-09 4:52
tiagu18-May-09 4:52 
QuestionInserting block of file into a db...(logic issue) Pin
Lee Mwangi17-May-09 21:12
Lee Mwangi17-May-09 21:12 
AnswerRe: Inserting block of file into a db...(logic issue) Pin
Johan Hakkesteegt17-May-09 21:22
Johan Hakkesteegt17-May-09 21:22 

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.