PDA

View Full Version : only this please - progress bar start when the file start deleting .



melissa
01-25-2008, 10:55 AM
my main problem this last time is progress bar , i couldn`t create even the

smallest project .

i tried harder to delete file and it will appear in progess bar on deleting ...

this is my little project :

i have 1 button

and 1 progress bar

when i click on button it will delete the file that`s easy but i want the progress bar

start working when the file start deleting , and when the file is deleted the progress bar

will be full i mean full with green color

plz don`t tell me you didn`t understand ...

i still have 20min using the internet because i`m gonna travel :o

can have just an example because there is no example in the forum i found just few but is not helping me



thanks

TheProg
06-08-2008, 08:36 AM
my main problem this last time is progress bar , i couldn`t create even the

smallest project .

i tried harder to delete file and it will appear in progess bar on deleting ...

this is my little project :

i have 1 button

and 1 progress bar

when i click on button it will delete the file that`s easy but i want the progress bar

start working when the file start deleting , and when the file is deleted the progress bar

will be full i mean full with green color

plz don`t tell me you didn`t understand ...

i still have 20min using the internet because i`m gonna travel :o

can have just an example because there is no example in the forum i found just few but is not helping me



thanks

Hi Melissa, unfortunately I cannot help as I am stuck on the same problem myself, have you had any luck with the progress bar yet?

melissa
07-12-2010, 06:30 PM
not yet i still waiting

Cybergraph
07-12-2010, 07:02 PM
In reality, when you delete a file, the computer does not phisically delete it, but it only changes with a "$" the first letter of the filename in the MFT (master file table) of the drive, so the operating system will not take it in count while indexing the content of a folder, making it invisible to the user.

By this, because the "deleting process" is instantaneous, when deleting a single file, the progress bar will appear and disappear in a flash.

Otherwise, if you will copy or move more files, you could calculate the total size of the files to be copied or moved and then monitor by the progress bar the amount of bytes that are beying processed.

boku
07-15-2010, 06:16 AM
Also MFT is only on NFTS not FAT (File Allocation Table) :)