I have a simple WPF webBrowser control that I am using to automate a website. The page that I\'m trying to load is an ASP.NET page. When I try to navigate to it normally, Load
It turns out for those events to work correctly the control has to be visible. I had been trying to show the control at the end after everything processed, but that will not work.