I have a program that uses backgroundworkers to load database data. I also added a webbrowser control to my form. The web page loads via the on load event. There is a button which calls a the background worker dowork event. This causes an error although my webbrowser control is not anywhere in the dowork code block. Anyone else experience this?
↧