Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 455 Bytes

File metadata and controls

14 lines (8 loc) · 455 Bytes

WebView2DemoForVb6

WebView2Demo for vb6

步骤:

1)先执行RegisterRC6inPlace.vbs,注册rc6.dll

2)双击运行MicrosoftEdgeWebview2Setup.exe安装webview2环境。

实现原理:

本浏览器依托于大名鼎鼎的VBrichclient,大神把微软发布的webview2封装到了rc6.dll中,使得其他软件可以调用。

原作者问题反馈页:https://www.vbforums.com/showthread.php?889202-VB6-WebView2-Binding-(Edge-Chromium)