Hi , I am working on an windows application, the program flow is as below. there will be a client application and a server application, client connects to server using Socket communication, client sends a request to server for some details, the server responds by sending the details back to client, so server and client continuously be in connection listening to each of them, when the client receives response from the server it should update the windows form for example with panel containing a picture box and a datagrid filling them with received image and details from the server. I am successfull in getting the details from the server and displaying in client, whats the problem is i am unable to update screen, i am getting some problems like picturebox filled with RED cross mark or panel getting filled with red cross mark and client getting hanged and going to not responding state. so Please help me in updating the windows form using threads.
Thanks, -- Regards, A.Sanjeeva Kumar.
