Can anybody reccomend books or other online resources for MultiThreaded Windows Forms in C# ?
I am mostly interested to learn more about this topic especially in the context of a GUI application that sends messages and listens in the background for responses from the server.
Many Thanks,
MK
I don’t know if there are any specific books on WinForms and multithreading. There are books which discuss the .NET Asynchronous Programming Model, which is used considerably in WinForms and WPF programming.
Try Programming .NET Components by Juval Louwy (OReilly Press) as well as CLR via C# by Jeffrey Richter (Microsoft Press). That ought to get you started.