Search results for query: *

  • Users: Xolitude
  • Content: Threads
  • Order by date
  1. X

    Question When a TCP byte(string) is received, it writes it, then scrolls down a bunch

    Ok so subject says it all... When I write a byte to the tcpserver, the console will print it out, but if there is any text after the returned byte, it scrolls down, also even if there is no string after it. SERVER: Imports System.Net.Sockets Imports System.Text Module Module1 Dim...
  2. X

    Chat Commands? (TcpServer+TcpClient)

    I have created a TCPServer and a TCPClient as a chat program, and just can't seem to get commands to work. My server is a console app, by the way. Commands as in: When a command in the client, for example, "/server", the server would return a "Hello!" or something. Any help? =3
Back
Top