Skip to content

ActiveX proxy to Edge WebView2

License

Notifications You must be signed in to change notification settings

hmphus/there-edge

Repository files navigation

OpennessWebView2 Control

StandWithUkraine

This ActiveX control embeds Microsoft Edge WebView2 into SIMATIC WinCC Runtime Advanced.

The Microsoft Edge WebView2 Runtime needs to be installed to use this control.

html5test

Sub VBFunction_1()
    HmiRuntime.Screens("Screen_1").ScreenItems("WebView2_1").Navigate "https://html5test.com"
End Sub

Building from source

Visual Studio

Install Visual Studio 2022 with the following:

  • Workloads
    • Desktop development with C++
    • Python development
  • Individual components
    • Windows 10 SDK (10.0.19041.0)
    • Python language support
    • Python 3 64-bit (3.9.13)