Exforsys

Online Training

Track how much copied

This is a discussion on Track how much copied within the C and C++ forums, part of the Programming Talk category; I have task for copying numerous files using my C program. I have written program for this task and it ...


Go Back   Exforsys > Programming Talk > C and C++

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-22-2007, 07:09 AM
Senior Member
 
Join Date: Apr 2006
Posts: 162
sammy is on a distinguished road
Track how much copied

I have task for copying numerous files using my C program. I have written program for this task and it is working fine. But the task I am struck up is I want to put a progress bar to track the percentage of files copied. Can someone give me idea for doing this task? If some guideline is provided for achieving this task it would help me a lot.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-28-2007, 04:31 PM
Senior Member
 
Join Date: Apr 2006
Posts: 145
Rahulbatra is on a distinguished road
The logic is you can follow for showing progressing of the progress bar could be as follows. The logic is given for showing progressing at folder level. So I could suggest you to count the number of files present in the particular folder for which the progressing is to be monitored. Then you could go with a looping process and copy each field present in the folder separately and once each file is copied successfully increment the looping structure by 100/n of step. This is because I have assumed that you are going to show the progressing of copying fields in percentage. For displaying the progress bar you could use graphics concept in C programming and achieve the same.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 04:12 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.