InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / ShowFileTransferSetupDialog Method


In This Topic
    ShowFileTransferSetupDialog Method
    In This Topic
    Opens the Transfer Setup dialog box. This method returns an error if the user cancels the dialog box.
    Syntax
    'Declaration
     
    
    Sub ShowFileTransferSetupDialog() 
    'Usage
     
    
    Dim instance As IFileTransfer
     
    instance.ShowFileTransferSetupDialog()
    void ShowFileTransferSetupDialog()
    See Also