J
Julia
Hi,
I have an application which run 3 different thread.
the main application display a window like a console window
in VS.NET.
I would like that each thread will write to this window details about it's
progress and status.
I wonder what to choose
1.BeginInvoke.
2.Invoke-will halt the calling thread isn't it?
3.Writing to a thread safe queue,use another thread to read from the queue
and output it in the main thread
Thanks.
I have an application which run 3 different thread.
the main application display a window like a console window
in VS.NET.
I would like that each thread will write to this window details about it's
progress and status.
I wonder what to choose
1.BeginInvoke.
2.Invoke-will halt the calling thread isn't it?
3.Writing to a thread safe queue,use another thread to read from the queue
and output it in the main thread
Thanks.