Microsoft Edge WebView2 wrapper

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Not available BCGControlBar for .NET

We’re offering a simple and efficient way to display modern web-based content: CBCGPWebView2Ctrl is a Microsoft Edge WebView2 wrapper and this control allows you to embed web content (HTML, CSS, and JavaScript) in your Win32 applications in few lines of code.

The general features of this control are:

  • Navigate to specific URL (address)
  • Load and display any Web content such as HTML files
  • Execute scripts such as JS
  • Walk through navigation history (such as back or forward)
  • Events handling

Sample code:

CBCGPWebView2Ctrl m_wndWebView2;
...
m_wndWebView2.Create(rect, pWndParent, IDC_WEBVIEW2);
m_wndWebView2.Navigate(_T("https://bcgsoft.com"));