I have a background worker running a long database task. i want to show the progress bar while the task is running. Somehow the background worker won\'t report the progres
You have to manualy call ReportProgress() to raise the ProgressChanged event.