Dear
I am not getting an idea about how to handel this. i have a client server program, in which server listens for connections and client connects to server
When a PC starts with client software it connects to server and in server list box it shows the avaiable list of connected clients.
now here is a problem, if we close the server software and reopen the exe file we are unable to see list of clients which are connected
on client it have tried to do this in timer that if server has closed the connections after every 3 seconds client try to check the status of connection
if not cntoServer.state <> sckConnected then
cntoServer.connect
end if
but it cause a run time error.
can any one have any idea.
I am not getting an idea about how to handel this. i have a client server program, in which server listens for connections and client connects to server
When a PC starts with client software it connects to server and in server list box it shows the avaiable list of connected clients.
now here is a problem, if we close the server software and reopen the exe file we are unable to see list of clients which are connected
on client it have tried to do this in timer that if server has closed the connections after every 3 seconds client try to check the status of connection
if not cntoServer.state <> sckConnected then
cntoServer.connect
end if
but it cause a run time error.
can any one have any idea.