Hi,
Right now I am working with vb6.0 application in which I am using SaxComm control for serial communication (RS232 protocol).

I am using the following code for file download in SaxComm receive event.

SaxComm1.XferPath = "..\src"
SaxComm1.Download = True

File is successfully downloading into the mentioned directory.
When ever I am receiving a file,I am getting file transfer dialog box which is showing the file transfer and its closing once file transfer is complete.

Here my requirement is it possible to find out programmatically whether the file transfer completed or not??

Is there any other way to read the file stream programmatically other than using saxcomm control???

Thanks in advance