Re: Recieve problem (General questions)
Did a short test with your example code without changing a thing,
but it does not seem to fire correctly there either. If the
connection fails, the code breaks att .Connect and presents a vb/windows error instead of my dialog.
Say if i enter a host that does not exsist, the code breaks with
Run-time rror '11001': Host not found . If the wodSSH1_Connected
event fired i should have gotten my dialog (below )instead, correct?
Or in your example case, CONNECT error: & ErrorText & vbCrLf
[code]
Private Sub wodSSH1_Connected(ByVal ErrorCode As Integer, ByVal ErrorText As String)
If ErrorCode <> 0 Then
MsgBox Error & ErrorCode & has occured: & ErrorText, vbCritical, Connection error
Screen.MousePointer = vbDefault
Exit Sub
Else
wodSSH1.Disconnect
End If
End Sub
[/code]
Cheers!
Maverick
Complete thread:
- Recieve problem - Maverick2004, 2005-02-15, 14:27
- Re: Recieve problem - wodSupport, 2005-02-15, 14:30
- Re: Recieve problem - Maverick2004, 2005-02-15, 14:50
- Re: Recieve problem - wodSupport, 2005-02-15, 14:53
- Re: Recieve problem - Maverick2004, 2005-02-15, 15:28
- Re: Recieve problem - wodSupport, 2005-02-16, 23:54
- Re: Recieve problem - Maverick2004, 2005-02-17, 08:24
- Re: Recieve problem - Maverick2004, 2005-02-17, 08:26
- Re: Recieve problem - wodSupport, 2005-02-17, 23:22
- Re: Recieve problem - Maverick2004, 2005-02-18, 13:49
- Re: Recieve problem - wodSupport, 2005-02-18, 15:56
- Re: Recieve problem - Maverick2004, 2005-02-23, 09:41
- Re: Recieve problem - wodSupport, 2005-02-23, 12:21
- Re: Recieve problem - Maverick2004, 2005-02-24, 16:17
- Re: Recieve problem - wodSupport, 2005-02-24, 20:42
- Re: Recieve problem - Maverick2004, 2005-02-28, 14:16
- Re: Recieve problem - wodSupport, 2005-02-24, 20:42
- Re: Recieve problem - Maverick2004, 2005-02-24, 16:17
- Re: Recieve problem - wodSupport, 2005-02-23, 12:21
- Re: Recieve problem - Maverick2004, 2005-02-23, 09:41
- Re: Recieve problem - wodSupport, 2005-02-18, 15:56
- Re: Recieve problem - Maverick2004, 2005-02-18, 13:49
- Re: Recieve problem - wodSupport, 2005-02-17, 23:22
- Re: Recieve problem - Maverick2004, 2005-02-17, 08:26
- Re: Recieve problem - Maverick2004, 2005-02-17, 08:24
- Re: Recieve problem - wodSupport, 2005-02-16, 23:54
- Re: Recieve problem - Maverick2004, 2005-02-15, 15:28
- Re: Recieve problem - wodSupport, 2005-02-15, 14:53
- Re: Recieve problem - Maverick2004, 2005-02-15, 14:50
- Re: Recieve problem - wodSupport, 2005-02-15, 14:30