-
- VIP Member
- Posts: 105
- Joined: 28 Apr 2006 12:03
web browser in vp
in windows 10 recently the new Edge browser was installed, will this new browser version of microsoft be called through the visual-prolog web-browser embed, or would it continue using the older internet explorer which is installed in the windows OS?
-
- VIP Member
- Posts: 1466
- Joined: 28 Feb 2000 0:01
Re: web browser in vp
Edge Chromium can be embedded in Win32 programs using COM technology.
It has a completely different interface than the old Internet Explorer, so the old webBrowserControl will not use the new browser.
But we will add bindings for it, so it can be used as a new control (Microsoft has named it webView2).
There is however (currently) the problem that many computers doesn't have it installed, because it is not automatically rolled out to companies/enterprises. And I am not sure whether it is automatically rolled out to Windows 7, 8 and 8.1 computers (it does not work on Windows Vista).
It has a completely different interface than the old Internet Explorer, so the old webBrowserControl will not use the new browser.
But we will add bindings for it, so it can be used as a new control (Microsoft has named it webView2).
There is however (currently) the problem that many computers doesn't have it installed, because it is not automatically rolled out to companies/enterprises. And I am not sure whether it is automatically rolled out to Windows 7, 8 and 8.1 computers (it does not work on Windows Vista).
Regards Thomas Linder Puls
PDC
PDC
-
- VIP Member
- Posts: 105
- Joined: 28 Apr 2006 12:03
Re: web browser in vp
sounds good, thankyou for the information