| The Message text: |
Hi!,
This email was created by [your name] who thought you would be interested in the following Article:
"Wait progress bar for long running UI operations" You can use BackgroundWorker to do the work and report the progress using:private void backgroundWorker1_ProgressChanged(object sender, ProgressChangedEventArgs e){ this.progressBar1.Value = e.ProgressPercentage;}
CodeProject also contains hundreds of articles, free source code samples and applications to help in your day to day programming. Why not give it a try! |