Hi, Everytime, I tried to connect to server I get the SocketException 10061. Code: Socket s= new Socket(192.168.0.1,12345); InputStreamstream= s.getInputStream(); The ip and port of the server are correct. What I'm doing wrong? thx Lars
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.