Click here to Skip to main content
15,884,473 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating a new NetworkStream class Pin
John Fisher25-Nov-02 10:23
John Fisher25-Nov-02 10:23 
GeneralEmbedded Resource Pin
heldaio23-Nov-02 15:28
heldaio23-Nov-02 15:28 
GeneralRe: Embedded Resource Pin
Nick Parker24-Nov-02 18:44
protectorNick Parker24-Nov-02 18:44 
GeneralThread Sleeping using an enum Pin
MStanbrook23-Nov-02 3:58
MStanbrook23-Nov-02 3:58 
GeneralRe: Thread Sleeping using an enum Pin
David Stone23-Nov-02 5:16
sitebuilderDavid Stone23-Nov-02 5:16 
GeneralRe: Thread Sleeping using an enum Pin
Nick Parker24-Nov-02 18:40
protectorNick Parker24-Nov-02 18:40 
GeneralRe: Thread Sleeping using an enum Pin
David Stone25-Nov-02 8:43
sitebuilderDavid Stone25-Nov-02 8:43 
QuestionThreads can't communicate without a while(true) loop? Pin
Bog22-Nov-02 16:56
Bog22-Nov-02 16:56 
I have a main thread on which GIU Controls all live, and when the user clicks a button, I have a worker thread start doing calculations. While the worker thread does calculations, the main GUI thread is free to let the user click around in the app, look at tab pages, etc..

When the worker is done, I want it to throw an event to tell the main GUI thread that it's finished. As I understand it, this isn't possible.

When the worker thread raises the event, and a class on the main GUI thread is listening for it with an eventhandler, the eventhandler does run. But it doesn't run on the main gui thread. It doesn't run on the worker thread either. It runs on some new third thread. I have the worker thread use BeginInvoke to raise the event.

How do I make a worker thread raise an event on the main gui thread instead of creating a third thread?



"Outside of a dog, a book is Man’s best friend. And inside of a dog, it’s too dark to read."
-Groucho Marx

AnswerRe: Threads can't communicate without a while(true) loop? Pin
James T. Johnson22-Nov-02 17:20
James T. Johnson22-Nov-02 17:20 
GeneralRe: Threads can't communicate without a while(true) loop? Pin
Bog22-Nov-02 18:04
Bog22-Nov-02 18:04 
GeneralRe: Threads can't communicate without a while(true) loop? Pin
James T. Johnson23-Nov-02 7:39
James T. Johnson23-Nov-02 7:39 
GeneralRe: Threads can't communicate without a while(true) loop? Pin
Bog23-Nov-02 8:51
Bog23-Nov-02 8:51 
QuestionType-safe indexers when inheriting from IList? Pin
Domenic Denicola22-Nov-02 16:49
Domenic Denicola22-Nov-02 16:49 
AnswerRe: Type-safe indexers when inheriting from IList? Pin
James T. Johnson22-Nov-02 17:33
James T. Johnson22-Nov-02 17:33 
GeneralRe: Type-safe indexers when inheriting from IList? Pin
Domenic Denicola22-Nov-02 18:09
Domenic Denicola22-Nov-02 18:09 
GeneralRe: Type-safe indexers when inheriting from IList? Pin
James T. Johnson23-Nov-02 7:46
James T. Johnson23-Nov-02 7:46 
GeneralRe: Type-safe indexers when inheriting from IList? Pin
leppie23-Nov-02 2:25
leppie23-Nov-02 2:25 
GeneralRe: Type-safe indexers when inheriting from IList? Pin
David Stone23-Nov-02 5:19
sitebuilderDavid Stone23-Nov-02 5:19 
GeneralRe: Type-safe indexers when inheriting from IList? Pin
James T. Johnson23-Nov-02 7:41
James T. Johnson23-Nov-02 7:41 
GeneralRe: Type-safe indexers when inheriting from IList? Pin
David Stone23-Nov-02 8:03
sitebuilderDavid Stone23-Nov-02 8:03 
GeneralCustom Forms Designer Pin
Gevik Babakhani22-Nov-02 11:45
Gevik Babakhani22-Nov-02 11:45 
GeneralRe: Custom Forms Designer Pin
John Fisher25-Nov-02 10:29
John Fisher25-Nov-02 10:29 
GeneralConfig files embedded in exe Pin
BarryJ22-Nov-02 11:15
BarryJ22-Nov-02 11:15 
GeneralRe: Config files embedded in exe Pin
Gevik Babakhani22-Nov-02 11:57
Gevik Babakhani22-Nov-02 11:57 
Generalinvoking the compiler from my own code Pin
LongRange.Shooter22-Nov-02 9:33
LongRange.Shooter22-Nov-02 9:33 

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.