Hi,

I've got a program that only copies one file, this can be anywhere from
100MB to 300MB from one directory to another.

I've created a Thread and put the copy code into here (It just uses the
CopyFileTo method), is there any way to update a progress bar to inform
the user of the progress of the copy operation?

i.e: 10% copied, 20% copied etc...

Whilst this is easy for several files, I would just do a loop and update
the progressbar at the end of each iteration; I'm racking my brains on how
to do this for one update, for example, using the code:

' Copy the File to the Desktop.
sourceFile.CopyFileTo destinationFile

This would copy the file in one go and then it's finished, there is not in
between to allow me to update the progress bar.

Any advise would be great

Thanks

Mark


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to