Hello,

I have an application, it checks for an internet connection by connecting to a website and then studying the winsock state as it changes. This successfully fires my socket_connect() sub. However, when the socket is then closed, and is used to connect to a different website for a different purpose, the _connect() event doesn't fire. Why?

Can it only fire once or should it fire every time the socket closes and then reconnects using socket.Connect?

Jord