Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

datadiode/webview2

Repository files navigation

OpennessWebView2 Control

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

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

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

Installation

Regular installation procedure

Installation procedure with fixed version of WebView2 Runtime

Fixed versions of the WebView2 Runtime can be obtained from here.

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)

Packages

Contributors

Languages

  • JavaScript 38.4%
  • CSS 24.6%
  • C++ 24.5%
  • HTML 9.7%
  • Python 1.6%
  • NSIS 0.5%
  • Other 0.7%