Solved

Embedded browser

  • 31 January 2019
  • 4 replies
  • 142 views

Userlevel 3
Badge +3
Can anyone tell me what control is in use for the embedded browser in the Windows GUI (in the document preview)? I have read that the browser used in winForms is based on IE 4. For one of our features we rely on this browser component, so it would be great to know exactly what we are looking at.
icon

Best answer by Jasper 1 February 2019, 09:25

View original

4 replies

Userlevel 3
Badge +3
Nice, thanks!
Userlevel 7
Badge +11
The registry key is indeed set by the GUI just before showing the Preview component.
Userlevel 3
Badge +3
Does that mean the GUI somehow sets that registry key? Does it do so right before opening the browser? I'm just being curious here, although it's also good to know what we can expect from client machines.
Here's the result btw, so you're completely right:

Userlevel 7
Badge +11
The Windows GUI tries to use the latest version of Internet Explorer installed (usually 11), by setting the FEATURE_BROWSER_EMULATION registry key.

You can test this by opening this link in the Preview component: https://www.whatsmybrowser.org/

Reply