To make life easier for one my developers I am looking for a windows control which I can use for IPC to the UI thread.
All I want to do is pass an object from one thread and have an event fire in a UI thread. It's making my head hurt thinking how I can achieve this. Any suggestions ?
It's just a load easier for him to drop a control on his form and handle the events rather than have to worry about updating the UI from different threads.
Cheers.
All I want to do is pass an object from one thread and have an event fire in a UI thread. It's making my head hurt thinking how I can achieve this. Any suggestions ?
It's just a load easier for him to drop a control on his form and handle the events rather than have to worry about updating the UI from different threads.
Cheers.
Comment