FileCopy and ProgressBar

  • Thread starter Thread starter SurveyorinVA via AccessMonster.com
  • Start date Start date
S

SurveyorinVA via AccessMonster.com

Good morning-
Is there a way to display a progress bar when using the VB command FileCopy?

Thanks,
CF
 
No. The FileCopy method doesn't return any updates about how much it's
copied.

You could look into using the SHFileOperation API. That will provide the
same visual feedback Windows does (although you know how accurate that is!
<g>)

Sorry, but I don't have a clean example to which I can point you. The code
in http://www.answers.com/topic/files uses SHFileOperation, but it does more
as well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top