In copying a file across a network I used
FSO.CopyFile MyFilename, "\\" & DestinationIP & "\c\DestinationFolder\"
This works well, whether the file was already there or not.
But some files are very large and take over a minute to copy on a slow 100mhz network and the computer freezes until copying is finished.
How do I provide a moving in-progress indicator?
I tried showing a small AVI but it freezes while the copying is in progress
I tried a 1 second timer flashing a label but it also freezes the timer.
I wonder how does Microsoft get their Copyfile AVI to work?
FSO.CopyFile MyFilename, "\\" & DestinationIP & "\c\DestinationFolder\"
This works well, whether the file was already there or not.
But some files are very large and take over a minute to copy on a slow 100mhz network and the computer freezes until copying is finished.
How do I provide a moving in-progress indicator?
I tried showing a small AVI but it freezes while the copying is in progress
I tried a 1 second timer flashing a label but it also freezes the timer.
I wonder how does Microsoft get their Copyfile AVI to work?