Basically, i have a form which connects to my server. The form application has a button and when it is pushed, it is to connect to the server and "Sockets.StartConnect();" (Sockets, being my class with all Socket Code)
When the button is pushed, the form connects to the server (Server writes "new connection" so i know it HAS connected, but my form freezes up and i cant do anything.
Does anyone know why it does this?
