Hello,
I have an application that was written in VB 6 that receives messages over TCP using the Winsock control. In the past all of the incoming messages have been from another VB6 app. Now I wish to send messages to it from a C# console application. I have managed to setup a connection between the 2 but I cant seem to send any data between the two. I am sending data via the StreamWriter class.
Has anyone done this before and able to give me some pointers?
Cheers,
Neil
I have an application that was written in VB 6 that receives messages over TCP using the Winsock control. In the past all of the incoming messages have been from another VB6 app. Now I wish to send messages to it from a C# console application. I have managed to setup a connection between the 2 but I cant seem to send any data between the two. I am sending data via the StreamWriter class.
Has anyone done this before and able to give me some pointers?
Cheers,
Neil