Disconnect Method | ||
Syntax
Parameters
Return Value
Remarks
ExamplePrivate Sub cmdDisconnect_Click() Dim nError As Long nError = FileTransfer1.Disconnect() If nError > 0 Then MsgBox "Disconnect error: " & nError End If End Sub See Also |
||
Copyright © 2024 Catalyst Development Corporation. All rights reserved. |