Click here to Skip to main content
15,896,264 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


I have done an windows app for extracting files. Now i want to show the speed of extracting file and remaining time to extract in progress bar. how to show this? help me any one



Thank You.
Posted
Comments
Tomas Takac 10-Apr-14 16:45pm    
It depends on how do you extract the zip file, can you share some code? For example you could count bytes that you read from input stream so you can calculate your processing speed. With known file size you could project that to rest of the file a calculate ETA.
Raajkumar.b 14-Apr-14 1:40am    
http://www.codeproject.com/Questions/757273/Problem-with-progress-bar-when-extracting-files
this link contains my code check it once

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900