Thanks in advance
Quick network question
Quick network question
How do I know if the connection was terminated from the server, without getting an error I can't catch about "ConnectionID is Null!"? or... how do I detect when ConnectionID becomes null so I can execute a CloseNetworkConnection?
Thanks in advance
Thanks in advance
Found this
viewtopic.php?p=113845&highlight=clientevent4#113845
But I can't understand it ... how am I suppossed to use that - if it's a whole FTP thing...? eh, I just need to check when the connection breaks... and I can't understand the code, 4 files, and I have no clue
...
viewtopic.php?p=113845&highlight=clientevent4#113845
But I can't understand it ... how am I suppossed to use that - if it's a whole FTP thing...? eh, I just need to check when the connection breaks... and I can't understand the code, 4 files, and I have no clue
Could this help?
Code: Select all
ConnectionID = OpenNetworkConnection(ServerName$, Port)
...
...
Closed = 0
Repeat
If ConnectionID = 0
CloseNetworkConnection(ConnectionID)
Closed = 1
EndIf
Until Closed = 1viewtopic.php?t=13748
(Win only)
(Win only)
{Home}.:|:.{Dialog Design0R}.:|:.{Codes}.:|:.{History Viewer Online}.:|:.{Send a Beer}

