ProgressBar Used With FileCopying Process 
Author Message
 ProgressBar Used With FileCopying Process

Anyone that uses windows should understand this, Stress anyhow when you
copy a file to another folder, or Drive a dialog comes up showing how much
longer the process will take to complete the transfer, this is what i need
vb to do.  I started it by trying to open the file to be copied for Binary
access, but i find updating the progressbar with the new chunks to be sent
fails?  How can i do this without using API?

Dim FileOpen
Dim FileSend as String
FileOpen = "C:\windows\Desktop\demofile.exe"  ' File Contains 16 megs of
Junk for testing pupose

Open FileOpen for binary as #1
Progressbar1.max = LOF(1)
Progressbar1.value = 0
FileSend = Input(LOF(1), 1)

Anyhow hopefully someone understand what im trying to do :)



Sun, 19 May 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. ActiveX exe used to process large processing jobs

2. Filecopying

3. Filecopying with progress indicator

4. Filecopying

5. using Appendqueries with progressbar

6. Using ProgressBar in VB5

7. How using Control Calandar and Control ProgressBar

8. ProgressBar in Statusbar using MDI-form ??

9. Progressbar in Statusbar using MDI-form ???

10. Major problem using ProgressBar in VB 6.0

11. using ProgressBar Control in vb6

12. Using a progressbar in a stautsbar

 

 
Powered by phpBB® Forum Software