I use RunWorker and ProgressBar when creating long files.
One trick I use is to find a proxy the length of the file to use when setting up the ProgressBar. For example, the ProgressBar may be based on the number lines in the file the last time the function was run (kept in a long file, perhaps). The ProgressBar, or similar, does not have to be precise.
