I know this has been covered before, but I'm not sure what I should do.
I want to display a progress bar during a file copy. All of the
examples I've seen accomplish this by reading the binary stream. This
seems like overkill. Doesn't it make more sense to get the size of the
file to be copied and then compare this to the size of the file that is
copying? I've gathered that something like this (updating a progress
bar) should probably be done in a thread. If this is a better way, how
would I accomplish this?
I've gathered that updating a progress bar should be done in a thread.
How would I accomplish this?
Thanks.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|