WebBrowser Control
-
I am using the WebBrowser Control and am running into problems with some web sites. I had to put the control into IE 11 emulation mode for the web sites that I visit. I notice that the auto complete doesn't work when I use the WebBrowser Control, but if I hit the web site with a normal web browser the functionality works fine. Is there a option for the WebBrowser Control to allow this functionality? I am using the WebBrowser Control to log into web sites without the users knowing/sharing the password.
-
I am using the WebBrowser Control and am running into problems with some web sites. I had to put the control into IE 11 emulation mode for the web sites that I visit. I notice that the auto complete doesn't work when I use the WebBrowser Control, but if I hit the web site with a normal web browser the functionality works fine. Is there a option for the WebBrowser Control to allow this functionality? I am using the WebBrowser Control to log into web sites without the users knowing/sharing the password.
I think your over estimating the practical use of the control for your purpose. I use it for scraping website content and data and pumping HTML into it for progress and status messages while scraping. By the way, this topic is for ASP.net and your question belongs in VB or C# Questions How to customize [WebBrowser Customization (Internet Explorer)](https://msdn.microsoft.com/en-us/library/aa770041(v=vs.85).aspx)
If it ain't broke don't fix it
-
I am using the WebBrowser Control and am running into problems with some web sites. I had to put the control into IE 11 emulation mode for the web sites that I visit. I notice that the auto complete doesn't work when I use the WebBrowser Control, but if I hit the web site with a normal web browser the functionality works fine. Is there a option for the WebBrowser Control to allow this functionality? I am using the WebBrowser Control to log into web sites without the users knowing/sharing the password.
The WebBrowser control is stuck in IE7 mode unless you change the registry on every PC your application runs on: Web Browser Control & Specifying the IE Version - Rick Strahl's Web Log[^] You could try using something like CefSharp[^] instead, which uses the same framework as Google Chrome.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer