My application does a bunch of file copying (running in the main thread).
As soon as it begins the interface locks up. This is expected.
However is there a way to:
- write something too a listbox, and
- start an indeterminate progress bar
before the interface locks up?
I would just like make sure there is enough time to say “files copying” and get the indeterminate progress bar going. I don’t need to update the user of the progress of the operation.
~
Thanks