Click here to Skip to main content
16,005,080 members
Home / Discussions / C#
   

C#

 
Questionpublish my project Pin
daniel998-Nov-06 5:24
daniel998-Nov-06 5:24 
AnswerRe: publish my project Pin
ejuanpp8-Nov-06 5:50
ejuanpp8-Nov-06 5:50 
QuestionWindows-Application terminates abnormally Pin
Daniel_at_Scania8-Nov-06 5:19
Daniel_at_Scania8-Nov-06 5:19 
AnswerRe: Windows-Application terminates abnormally Pin
ejuanpp8-Nov-06 5:27
ejuanpp8-Nov-06 5:27 
GeneralRe: Windows-Application terminates abnormally Pin
Daniel_at_Scania10-Nov-06 1:30
Daniel_at_Scania10-Nov-06 1:30 
GeneralRe: Windows-Application terminates abnormally Pin
ejuanpp10-Nov-06 3:38
ejuanpp10-Nov-06 3:38 
QuestionCall back method for threads Pin
pranu_138-Nov-06 5:18
pranu_138-Nov-06 5:18 
AnswerRe: Call back method for threads Pin
Robert Rohde8-Nov-06 6:22
Robert Rohde8-Nov-06 6:22 
Hi,

that depends on your situation. One way would be to add an event to batchViewer which is fired when the InvokeBatch call is completed. You could than handle this event. Be aware of the fact that the event handler will be called within the context of the thread. So you'll have to use Invoke if you want to pass the call into your GUI thread.

Robert
AnswerRe: Call back method for threads Pin
Eric Dahlvang8-Nov-06 8:15
Eric Dahlvang8-Nov-06 8:15 
GeneralNot sure how it fits BUT Pin
Just me at will_george...something8-Nov-06 4:25
Just me at will_george...something8-Nov-06 4:25 
GeneralRe: Not sure how it fits BUT Pin
Pete O'Hanlon9-Nov-06 4:20
mvePete O'Hanlon9-Nov-06 4:20 
QuestionThreading Conversion Pin
eatwork8-Nov-06 4:17
eatwork8-Nov-06 4:17 
AnswerRe: Threading Conversion Pin
led mike8-Nov-06 5:30
led mike8-Nov-06 5:30 
GeneralRe: Threading Conversion Pin
eatwork8-Nov-06 12:24
eatwork8-Nov-06 12:24 
QuestionI want a prettier application Pin
lsugirljte8-Nov-06 3:43
lsugirljte8-Nov-06 3:43 
AnswerRe: I want a prettier application Pin
Pete O'Hanlon8-Nov-06 4:19
mvePete O'Hanlon8-Nov-06 4:19 
AnswerRe: I want a prettier application Pin
Just me at will_george...something8-Nov-06 4:27
Just me at will_george...something8-Nov-06 4:27 
QuestionSemantics of Object.Equals(object) Pin
Goebel8-Nov-06 3:03
Goebel8-Nov-06 3:03 
AnswerRe: Semantics of Object.Equals(object) Pin
led mike8-Nov-06 5:24
led mike8-Nov-06 5:24 
AnswerRe: Semantics of Object.Equals(object) Pin
Scott Dorman8-Nov-06 7:16
professionalScott Dorman8-Nov-06 7:16 
GeneralRe: Semantics of Object.Equals(object) Pin
Goebel22-Nov-06 4:49
Goebel22-Nov-06 4:49 
Questionpopulate word document Pin
mian ghous8-Nov-06 2:48
mian ghous8-Nov-06 2:48 
AnswerRe: Creating a generic item dynamically Pin
Stefan Troschuetz8-Nov-06 4:07
Stefan Troschuetz8-Nov-06 4:07 
GeneralRe: Creating a generic item dynamically Pin
Ista8-Nov-06 11:52
Ista8-Nov-06 11:52 
GeneralRe: Creating a generic item dynamically Pin
mian ghous10-Nov-06 0:06
mian ghous10-Nov-06 0:06 

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.