c# socket programing

  1. S

    click button not working in server GUI program

    I have created a small server using socket programming in c# which will receive a file from a client and save it in a directory. I have made two buttons for the GUI of server. one is 'connect' which will start the server on clicking and the other is 'disconnect' which will stop the server. I...
Back
Top Bottom