dzarelli
Member
- Joined
- Jun 4, 2012
- Messages
- 7
- Programming Experience
- 1-3
Hey guys... I'm new so please go easy on me. I've had a VB.net application using C# that I created in Visuil Stuido 2010 in use for several months now.
Up until today, it worked fine. The application is designed to pull up various webpages in webbrowser windows within the VB application. Now, I've read that these WebBrowser1.Navigate windows open using some sort of IE7 compatibility mode. The main page that the application loads on startup was updated today and now requires IE9+ (or Chrome or Firefox) in order to even display the page. Now, I've looked high and low for a solution to make my application open webbrowser.navigate windows with IE9, but the solutions I've found have all been HTML based or registry changes (none of which I have been able to make work).
Registry - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION]
"contoso.exe"=dword:00002328 (in may case, I changed "contoso.exe" to "BF3tools.exe", as that is the application in question, but it made no difference).
This registry change seems to do nothing from the perspective of the application, and the destination page in question still fails to load properly (It simply shows the error "you must update your browser to view this page").
HTML fix? - <meta http-equiv="X-UA-Compatible" content="IE=9">
Now, if I'm being honest here, I'm not sure how to make this code work within a vb.net application, where I would put it, or if that can even be done (I'm a newb).
The application in question is posted here: BF3Tools by Xer0daze
The page I'm trying to call within the application is Battlelog / Sign in and it works just fine when using a stand-alone IE9 browser (as well as with Chrome, or Firefox).<BR><BR>I'm starting to get a lot of emails from users asking for help fixing this issue, but as of right now, I really have no idea. Any assistance is appreciated. Thanks guys!
Up until today, it worked fine. The application is designed to pull up various webpages in webbrowser windows within the VB application. Now, I've read that these WebBrowser1.Navigate windows open using some sort of IE7 compatibility mode. The main page that the application loads on startup was updated today and now requires IE9+ (or Chrome or Firefox) in order to even display the page. Now, I've looked high and low for a solution to make my application open webbrowser.navigate windows with IE9, but the solutions I've found have all been HTML based or registry changes (none of which I have been able to make work).
Registry - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION]
"contoso.exe"=dword:00002328 (in may case, I changed "contoso.exe" to "BF3tools.exe", as that is the application in question, but it made no difference).
This registry change seems to do nothing from the perspective of the application, and the destination page in question still fails to load properly (It simply shows the error "you must update your browser to view this page").
HTML fix? - <meta http-equiv="X-UA-Compatible" content="IE=9">
Now, if I'm being honest here, I'm not sure how to make this code work within a vb.net application, where I would put it, or if that can even be done (I'm a newb).
The application in question is posted here: BF3Tools by Xer0daze
The page I'm trying to call within the application is Battlelog / Sign in and it works just fine when using a stand-alone IE9 browser (as well as with Chrome, or Firefox).<BR><BR>I'm starting to get a lot of emails from users asking for help fixing this issue, but as of right now, I really have no idea. Any assistance is appreciated. Thanks guys!