Hi, I have VB5 application with winsock, which tries to connect to my C# server.
If I use AcceptTcpClient(), AcceptSocket() or Accept(), VB still says it's winsock is in CONNECTING state. What should I do with the Socket to accept the winsock connection?
I can use send and receive functions, but no DataArrival event occurs.
