In a WPF app, I am using a BackgroundWorker to periodically check for a condition on the server. While that works fine, I want to pop a MessageBox notifing the users if some
Call ReportProgress and pass this to MessageBox.Show.
ReportProgress
this
MessageBox.Show