Hi All
I am trying to write Asynchronous client-Server Socket program in which whenever a client is connected to server a Windows Form is created which has a textbox and two buttons......on Data recieved by server from client the data is written in respective windows Form textbox and if a user on server side clicks a button in the Windows Form which is shown in Modal by ShowDialog method Data is sent from Server to respective client......
Let me Make things clear with a example Say there is two client conected to the server than any message from the client will be written on the respective Form.Let us assume here the two client as Jack and Jill.Now when Jack connects to server a new form pops in server ...Similarly when Jill connects to server another form pops in the server ...Now when ever Jack sends data to server data is written to jacks form on Server and when Jill sends data to server the data is written on Jills form on Server in this way the user on Server can know as to what Jack has written and Jill Has written in separate window.........
I have tried a lot for writtin the code for this part of my project...But no luck till now.....it has taken my night sleep and hence i am in forum...
Guys please help me.....Please provide me the code if you can or Guide me in this regard.....
Thanks in Advance