Re: Incorrect State Reporting (General questions)
Sorry, that If statement should read:
If m_Client.State <> Disconnected Then
'Code gets executed here, even if connect
'throws an error
End If
Sorry, that If statement should read:
If m_Client.State <> Disconnected Then
'Code gets executed here, even if connect
'throws an error
End If
Complete thread: