 |
ginosuarez Level: Trainee
 Registered: 27-07-2005 Posts: 1
|
Re: winsock time out
ok, when a connection fail because the time is out, it generate an error event (a winsock event) then you can try to reconnect in this place something like this
private sub winsock_error(number as lon, description)
' capture the error timeout error number = 10060
' then if is it the correct number
call Reconnect
' then you have another 30 to 45 sec to try a connection
end sub
thats what i do, i hope i can help you on time, and sorry for my english is not my firts language
Gino
|
|
27-07-2005 at 09:50 PM |
|
|
|
|
 |
 |