TCP-communication problems

  • Thread starter Thread starter Jesper Stocholm
  • Start date Start date
J

Jesper Stocholm

I have created two small applications that (ideally) should be able to talk
to each other using TCP (TcpListener /TcpClient). However I have problems
with displaying anything more than the initial request sent to the server.

If you have some pointers to some kind of "Reference"-implementation of
this, I would greatly appreciate it. I won't bother you with my problems as
of yet, since I assume they are caused by my lack of understanding what to
do.

:o)

thanks,
 
I have created two small applications that (ideally) should be able to talk
to each other using TCP (TcpListener /TcpClient). However I have problems
with displaying anything more than the initial request sent to the server.

From the Free Stuff folder at www.abderaware.com you will be able to download a
file named ssdotnet.zip. It contains several (10 as I recall) socket
programming examples, at least a couple of which should be useful to you.
 
Back
Top