.NET webbrowser control - Automate entry into pop up login form
问题 Hopefully this won't be too painful... I am trying to access a website from a webbrowser control, I have tried two methods (well actually, lots more from googling with mixed results) that have the following problems: URL = "http://username:password@thewebsite.com" WebBrowser1.Navigate(URL) 1: This method results in a window security pop up, asking me to log in to the company proxy. I guess this is because I am using the username/password for the website and the URL navigation is attempting to