-
1 Attachment(s)
TCP Client - Listener
A friend of mine is writing a TCP client and a TCP listener who have to communicate with eachother. But it doesn't work. He's stuck, and really doesn't know how to procede with the programming.
Is there somebody who could debug these vb.net projects (see attachment)??
thanks
-
There is already an example all done for him. Just look int he sample application folder under the vb7 directory:
C:\Program Files\Microsoft Visual Studio .NET\Vb7\VB Samples\WinForms-Threads-TCPListener\TCPIPListener
Jeremy
-
we know there's allready a sample in VB.NET, and this porgram is based on it, but my porgram doesn't work. It could be just a little mistake, but do not see it. Could someone please debug it?
-
I tried running ur code; there appears to have a problem starting up the thread.
-
If you use the provided MSDN examples, and tweak them a little, you'll get whatever you need.
Otherwise, I charge $1000 per day, plus expenses, for debugging. I have expensive tastes, by the way.
Joking aside, if you or your friend has a specific problem, post the problem/exception/offending code. TCP communication is easy.