how to use new thread FXP method with vb6

hi everybody
my problem:
my vb6 code not responding until file tranferred. how to controlling the transfer?

objFXP.FXPFile("FileFrom", "FileTo", 0, 0)

how to controlling transfer? transfer end, speed, etc

thx

Hello ...

You need to execute it in a new thread in VB6 (if this is possible) if you want to run further executions in your application.

The transfer speed of FXP transfers is unknown because it takes place between the two remote servers. The transfer ends when the function returns.

Regards,
-Mat

thx mb
the code works with async mode.