Re: [ADVANCED-DOTNET] Threads and event handling

2002-04-15 Thread David Williams
| | cc: | | Subject: [AD

[ADVANCED-DOTNET] Threads and event handling

2002-04-15 Thread Sudha
Hi All, I have a thread which uses System.Timers.Timer to raise an elapsedevent.When the event is raised the event handler is created on a new thread.Is it possible to send any messages(or any other form of communication) from the event handler back to the thread which raised the event? I would a