Hello,

I am copying a file from one directory to another, I wan tthe progress bar to show be activated, for the end user knows that a processing thing is going on.

How can I do this.
progressbar.value = ??????
In ordinary cases, where I can access the progress bar in a loop, I use this way.
Is there any specific changes, or property I have to recognise?
Thanks for your help.