PDA

Click to See Complete Forum and Search --> : Winsock Control


Ryan
Aug 5th, 1999, 09:02 PM
is there a way to tell if a winsock control has timed out? If it does, then call a procedure?


Thanks,

Ryan

Aug 5th, 1999, 10:12 PM
You could always check the state (7 = sckConnected) to see if it happen wihin a given timeout, i think there also is a property like request time out or someting but i'm not sure. The winsock does generate an error in the winsock_error event (hd format no vb yet can't look it up), the error's description = "Request timed out." i can't recall the error number

-Azzmodan