Tagged Questions
0
votes
5answers
5k views
C#: WebBrowser.Navigated Only Fires when I MessageBox.Show();
I have a WebBrowser control which is being instantiated dynamically from a background STA thread because the parent thread is a BackgroundWorker and has lots of other things to do.
The problem is ...