O
ORC
Is it possible to have a worker thread raising events to the main thread so
that the main thread can update the form controls etc.? Let's say that the
worker thread is a loop that randomly reads from a file. After every loop it
saves the readen value in a buffer and raises an event for the main thread
that then reads the buffer and updates the form - (the worker thread is
still running the loop) - How to do this if possible???
Thanks
Ole
that the main thread can update the form controls etc.? Let's say that the
worker thread is a loop that randomly reads from a file. After every loop it
saves the readen value in a buffer and raises an event for the main thread
that then reads the buffer and updates the form - (the worker thread is
still running the loop) - How to do this if possible???
Thanks
Ole