Hello,
the page I want to navigate making me problems in my webcontrol. The same page works fine if I go there manually with the Internet Explorer. I force webcontrol to use another IE version than default. I changed regedit >
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION
and a new key for my application with value 2af8(11000)
If I do not force this version the used version in the webcontrol seems to be to old.
I think that my application does not use the settings of my IE because if I use IE manually it works.
In the meantime I tried GeckoFX to solve the issue, but I get another problem later so I come back to the native webcontrol. To get help I will translate the error message because I can not attach a screenshot
"Scripterror
URL: http://www.transerv2000.de/DesktopModules/SNITNET_Metrix/js/rma_main.js
Do you want to continue? Yes / No"
Because I see the .js I think that this is an issue because of javascript.
If I navigate to this site and do some work I have no problems. This is why I think that the used IE in my webcontrol is having other settings?!
Please help and thanks alot.
If I supress javascript errors, I got not Messagebox but the content dont work - so I really think that it is a problem with javascript. As I said, if I use the IE as application the page works fine.