hello,
I am making a multi client server application for chating and tranferring data. I can connect server and client and its working but now i want to connect multiple client to a server but unable to connect . m using vb2008. when i go through net i got vb6
coding but its cant work.
I got following code from net for vb6
"Private Sub sckServer_ConnectionRequest(Index as Integer, ByVal requestID as Long)
If Index = 0 then
Load sckdual(1)
SckServer(1).Accept requestID
endif"
but it cant work it shows error can any one help me.