Hi,
I completely forgot that Microsoft will disable IE on June 15. And I have a large application (xHarbour/BCC7) using ActiveX IE. Then I can take action !
Hi,
I completely forgot that Microsoft will disable IE on June 15. And I have a large application (xHarbour/BCC7) using ActiveX IE. Then I can take action !
Thanks. I want to try webview.dll However, there are questions :
1. Where to download webview.dll ?
2. Is it possible to get the page as document ?
3. How to build a program with support webview.dll ?
hi
search in FiveWin Forum for WebView2.
Yes, I read this forum, but I didn't find any answers to my questions in it ![]()
hi,
Antonio have made a "Wrapper" for FiveWin from WebView2 which is the "Engine" of EDGE
you need to download "MicrosoftEdgeWebview2Setup.exe"
you have to search in FiveWin Forum for BCC ".Lib" while i use HMG and MinGW ".a"
as i only have run some Demo under HMG i can tell you more, sorry
I read the topic Using WebView with Borland !!!
viewtopic.php?f=3t=41143hilit=Webview2start=75
There Antonio shows the usage webview.dll
plib := hb_LibLoad( "webview.dll" ).
Only I didn't understand how to compile
&&&
Dear Natter,
What issues do you have to compile it ?
Please post here the output ? Do you get errors ?
Antonio, I don't have any mistakes yet!
I just wanted to ask :
1. where can I download webview.dll ?
2. How to compile via VS or via BCC7 ?
Edited: Fixed in the previous post
When I try to go to this address, I get a 404 error
Thanks, I downloaded everything. In IE, using the :GetProp("documet") method I could get the document of the open page. Is it possible to do this with webview ?
First of all, is it working fine for you ?
Next, please explain what you need with more detail, thanks
Installed Microsoft.WebView 2.Fixed Version Run time.101.0.1210.53.x86
Downloaded an example. Example works well.
Reassembled webview.prg (BCC7, FWH2012, 32)
When starting, an empty window appears for 3 seconds. Then the program closes without an error. (I tried both under Harbour and under xHarbor)