VB.NET 2.0 - StackOverflowException when using Thread Safe calls to Windows Forms Controls
- by LamdaComplex
I have a Windows Forms app that, unfortunately, must make calls to controls from a second thread. I've been using the thread-safe pattern described on the http://msdn.microsoft.com/en-us/library/ms171728.aspx. Which has worked great in the past.
The specific problem I am having now: I have a WebBrowser control and I'm attempting to invoke the…