Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralOpening a browser page from C# windows... Pin
new_phoenix29-Dec-04 15:33
new_phoenix29-Dec-04 15:33 
GeneralDiagnostic.Process Pin
Paul Watson29-Dec-04 21:50
sitebuilderPaul Watson29-Dec-04 21:50 
GeneralRe: Diagnostic.Process Pin
new_phoenix31-Dec-04 5:35
new_phoenix31-Dec-04 5:35 
GeneralRe: Diagnostic.Process Pin
Paul Watson1-Jan-05 10:19
sitebuilderPaul Watson1-Jan-05 10:19 
GeneralGlobal Shortcut Pin
elitecodex29-Dec-04 12:21
elitecodex29-Dec-04 12:21 
GeneralRe: Global Shortcut Pin
Adam Goossens29-Dec-04 14:50
Adam Goossens29-Dec-04 14:50 
GeneralRe: Global Shortcut Pin
elitecodex30-Dec-04 0:24
elitecodex30-Dec-04 0:24 
GeneralCLosing threads Pin
Ista29-Dec-04 11:56
Ista29-Dec-04 11:56 
WTF | :WTF: I have a main thread that executes many threads of a specified class. All are the same class.

After creating the threads and executing then at the same time, I need a way in which I can monitor all the threads.

If one of the threads meets a certain condition I need to be able to contact each thead that was started and call the join method on it.

Its model is like so:
Controller A starts

Creates x number of threads with class A

one of the class's (A) will signal its finished and at that point the controller will call join on every thread started.

I need a way so make sure all threads created are shut down cleanly.

Any Ideas,
Nick


I'm not an expert yet, but I play one at work. Yeah and here too.
GeneralRe: CLosing threads Pin
Adam Goossens29-Dec-04 14:35
Adam Goossens29-Dec-04 14:35 
GeneralRe: CLosing threads Pin
Ista30-Dec-04 4:53
Ista30-Dec-04 4:53 
GeneralRe: CLosing threads Pin
Adam Goossens30-Dec-04 13:03
Adam Goossens30-Dec-04 13:03 
GeneralThread and Not Responding Pin
brunoconde29-Dec-04 9:48
brunoconde29-Dec-04 9:48 
GeneralRe: Thread and Not Responding Pin
Tom Larsen29-Dec-04 10:49
Tom Larsen29-Dec-04 10:49 
GeneralRe: Thread and Not Responding Pin
Heath Stewart29-Dec-04 11:23
protectorHeath Stewart29-Dec-04 11:23 
GeneralRe: Thread and Not Responding Pin
Tom Larsen30-Dec-04 4:29
Tom Larsen30-Dec-04 4:29 
GeneralRe: Thread and Not Responding Pin
Heath Stewart30-Dec-04 5:17
protectorHeath Stewart30-Dec-04 5:17 
GeneralRe: Thread and Not Responding Pin
Heath Stewart29-Dec-04 11:06
protectorHeath Stewart29-Dec-04 11:06 
GeneralRe: Thread and Not Responding Pin
PaleyX1-Apr-05 2:50
PaleyX1-Apr-05 2:50 
GeneralRe: Thread and Not Responding Pin
Heath Stewart1-Apr-05 7:03
protectorHeath Stewart1-Apr-05 7:03 
GeneralRe: Thread and Not Responding Pin
PaleyX1-Apr-05 7:17
PaleyX1-Apr-05 7:17 
GeneralRe: Thread and Not Responding Pin
Heath Stewart2-Apr-05 1:25
protectorHeath Stewart2-Apr-05 1:25 
GeneralRe: Thread and Not Responding Pin
PaleyX2-Apr-05 1:53
PaleyX2-Apr-05 1:53 
GeneralRe: Thread and Not Responding Pin
Heath Stewart3-Apr-05 6:41
protectorHeath Stewart3-Apr-05 6:41 
GeneralRe: Thread and Not Responding Pin
PaleyX4-Apr-05 5:37
PaleyX4-Apr-05 5:37 
GeneralRe: Thread and Not Responding Pin
Heath Stewart4-Apr-05 8:23
protectorHeath Stewart4-Apr-05 8:23 

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.