How to show current status of the proccess
-
I've been always wondering on how to show where my applications is currently located in the proccess it is doing. A good example would be - file moving (big files or something). I would make a "for" loop and go through files located in the selected directory and then move them to some other... but how could i show which file is currently being moved? If i put this inside the "for" - label1.text = file[i]; - it wouldnt show nothing. (as it is too fast to show). So can you please give me a hint on how to do that? This is not a top priority question. Just my curiosity, so dont judge me on asking how to do it. Thanks :) Have a nice day ;)
Regards, Matjaž
-
I've been always wondering on how to show where my applications is currently located in the proccess it is doing. A good example would be - file moving (big files or something). I would make a "for" loop and go through files located in the selected directory and then move them to some other... but how could i show which file is currently being moved? If i put this inside the "for" - label1.text = file[i]; - it wouldnt show nothing. (as it is too fast to show). So can you please give me a hint on how to do that? This is not a top priority question. Just my curiosity, so dont judge me on asking how to do it. Thanks :) Have a nice day ;)
Regards, Matjaž
use background worker report progress update label or progressbar or whatever to say current progress easy :) if the files are copying quick maybe you should you a multiline textbox and append the file status as desired
Life goes very fast. Tomorrow, today is already yesterday.